28 lines
715 B
JSON
28 lines
715 B
JSON
{
|
|
"name": "codeigniter4/appstarter",
|
|
"type": "project",
|
|
"description": "CodeIgniter4 starter app",
|
|
"homepage": "https://codeigniter.com",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"codeigniter4/framework": "^4.0"
|
|
},
|
|
"suggest": {
|
|
"ext-fileinfo": "Improves mime type detection for files"
|
|
},
|
|
"autoload": {
|
|
"exclude-from-classmap": [
|
|
"**/Database/Migrations/**"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
},
|
|
"support": {
|
|
"forum": "http://forum.codeigniter.com/",
|
|
"source": "https://github.com/codeigniter4/CodeIgniter4",
|
|
"slack": "https://codeigniterchat.slack.com"
|
|
}
|
|
}
|