34 lines
815 B
JSON
34 lines
815 B
JSON
{
|
|
"name": "CAM",
|
|
"type": "project",
|
|
"description": "Compagnon pour Assistantes Maternelles",
|
|
"homepage": "https://forge.ti-nuage.fr/gitea/david/cam",
|
|
"license": "GPLv3",
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"codeigniter4/framework": "^4.0"
|
|
},
|
|
"require-dev": {
|
|
"fakerphp/faker": "^1.9",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpunit/phpunit": "^9.1"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"exclude-from-classmap": [
|
|
"**/Database/Migrations/**"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\Support\\": "tests/_support"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
}
|
|
}
|