mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
33 lines
730 B
JSON
33 lines
730 B
JSON
{
|
|
"description": "The CodeIgniter framework v4",
|
|
"name": "codeigniter4/framework",
|
|
"type": "project",
|
|
"homepage": "https://codeigniter.com",
|
|
"license": "MIT",
|
|
"support": {
|
|
"forum": "http://forum.codeigniter.com/",
|
|
"wiki": "https://github.com/bcit-ci/CodeIgniter4/wiki",
|
|
"irc": "irc://irc.freenode.net/codeigniter",
|
|
"source": "https://github.com/bcit-ci/CodeIgniter4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CodeIgniter\\": "system/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"zendframework/zend-escaper": "^2.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0",
|
|
"mikey179/vfsStream": "1.6.*"
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"composer dump-autoload",
|
|
"CodeIgniter\\ComposerScripts::postUpdate"
|
|
]
|
|
}
|
|
}
|