201 lines
7.7 KiB
JSON
201 lines
7.7 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "codeigniter4/framework",
|
|
"version": "v4.6.1",
|
|
"version_normalized": "4.6.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/codeigniter4/framework.git",
|
|
"reference": "d021b04fdf23afc85d8a8b9b541be9a0a9ccdb5f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/codeigniter4/framework/zipball/d021b04fdf23afc85d8a8b9b541be9a0a9ccdb5f",
|
|
"reference": "d021b04fdf23afc85d8a8b9b541be9a0a9ccdb5f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-intl": "*",
|
|
"ext-mbstring": "*",
|
|
"laminas/laminas-escaper": "^2.14",
|
|
"php": "^8.1",
|
|
"psr/log": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"codeigniter/coding-standard": "^1.7",
|
|
"fakerphp/faker": "^1.24",
|
|
"friendsofphp/php-cs-fixer": "^3.47.1",
|
|
"kint-php/kint": "^6.0",
|
|
"mikey179/vfsstream": "^1.6.12",
|
|
"nexusphp/cs-config": "^3.6",
|
|
"phpunit/phpunit": "^10.5.16 || ^11.2",
|
|
"predis/predis": "^1.1 || ^2.3"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "If you use CURLRequest class",
|
|
"ext-dom": "If you use TestResponse",
|
|
"ext-exif": "If you run Image class tests",
|
|
"ext-fileinfo": "Improves mime type detection for files",
|
|
"ext-gd": "If you use Image class GDHandler",
|
|
"ext-imagick": "If you use Image class ImageMagickHandler",
|
|
"ext-libxml": "If you use TestResponse",
|
|
"ext-memcache": "If you use Cache class MemcachedHandler with Memcache",
|
|
"ext-memcached": "If you use Cache class MemcachedHandler with Memcached",
|
|
"ext-mysqli": "If you use MySQL",
|
|
"ext-oci8": "If you use Oracle Database",
|
|
"ext-pgsql": "If you use PostgreSQL",
|
|
"ext-readline": "Improves CLI::input() usability",
|
|
"ext-redis": "If you use Cache class RedisHandler",
|
|
"ext-simplexml": "If you format XML",
|
|
"ext-sodium": "If you use Encryption SodiumHandler",
|
|
"ext-sqlite3": "If you use SQLite3",
|
|
"ext-sqlsrv": "If you use SQL Server",
|
|
"ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()"
|
|
},
|
|
"time": "2025-05-02T16:00:55+00:00",
|
|
"type": "project",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CodeIgniter\\": "system/"
|
|
},
|
|
"exclude-from-classmap": [
|
|
"**/Database/Migrations/**"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "The CodeIgniter framework v4",
|
|
"homepage": "https://codeigniter.com",
|
|
"support": {
|
|
"forum": "https://forum.codeigniter.com/",
|
|
"slack": "https://codeigniterchat.slack.com",
|
|
"source": "https://github.com/codeigniter4/CodeIgniter4"
|
|
},
|
|
"install-path": "../codeigniter4/framework"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-escaper",
|
|
"version": "2.17.0",
|
|
"version_normalized": "2.17.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-escaper.git",
|
|
"reference": "df1ef9503299a8e3920079a16263b578eaf7c3ba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/df1ef9503299a8e3920079a16263b578eaf7c3ba",
|
|
"reference": "df1ef9503299a8e3920079a16263b578eaf7c3ba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-mbstring": "*",
|
|
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-escaper": "*"
|
|
},
|
|
"require-dev": {
|
|
"infection/infection": "^0.29.8",
|
|
"laminas/laminas-coding-standard": "~3.0.1",
|
|
"phpunit/phpunit": "^10.5.45",
|
|
"psalm/plugin-phpunit": "^0.19.2",
|
|
"vimeo/psalm": "^6.6.2"
|
|
},
|
|
"time": "2025-05-06T19:29:36+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Laminas\\Escaper\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
|
|
"homepage": "https://laminas.dev",
|
|
"keywords": [
|
|
"escaper",
|
|
"laminas"
|
|
],
|
|
"support": {
|
|
"chat": "https://laminas.dev/chat",
|
|
"docs": "https://docs.laminas.dev/laminas-escaper/",
|
|
"forum": "https://discourse.laminas.dev",
|
|
"issues": "https://github.com/laminas/laminas-escaper/issues",
|
|
"rss": "https://github.com/laminas/laminas-escaper/releases.atom",
|
|
"source": "https://github.com/laminas/laminas-escaper"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
"type": "community_bridge"
|
|
}
|
|
],
|
|
"install-path": "../laminas/laminas-escaper"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "3.0.2",
|
|
"version_normalized": "3.0.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"time": "2024-09-11T13:17:53+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/3.0.2"
|
|
},
|
|
"install-path": "../psr/log"
|
|
}
|
|
],
|
|
"dev": true,
|
|
"dev-package-names": []
|
|
}
|