59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
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",
|
|
"codeigniter4/shield": "dev-develop",
|
|
"codeigniter4/translations": "^4.3",
|
|
"codeigniter4/settings": "^2.1",
|
|
"codeigniter4/tasks": "dev-develop",
|
|
"paquettg/php-html-parser": "^3.1",
|
|
"phpoffice/phpspreadsheet": "^2.1",
|
|
"mpdf/mpdf": "^8.2"
|
|
},
|
|
"require-dev": {
|
|
"fakerphp/faker": "^1.9",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpunit/phpunit": "^9.1",
|
|
"codeigniter4/devkit": "^1.1"
|
|
},
|
|
"suggest": {
|
|
"ext-fileinfo": "Improves mime type detection for files"
|
|
},
|
|
"autoload": {
|
|
"exclude-from-classmap": [
|
|
"**/Database/Migrations/**"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\Support\\": "tests/_support"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
},
|
|
"support": {
|
|
"forum": "https://forum.codeigniter.com/",
|
|
"source": "https://github.com/codeigniter4/CodeIgniter4",
|
|
"slack": "https://codeigniterchat.slack.com"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/codeigniter4/tasks.git"
|
|
}
|
|
]
|
|
}
|