Select Git revision
phpunit.xml
-
Stephane Bouvry authoredStephane Bouvry authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
composer.json 455 B
{
"name": "unicaen/shell",
"description": "Création et lancement de commandes shell",
"require": {
"php": "^8.0",
"laminas/laminas-servicemanager": "^3.10",
"laminas/laminas-config": "^3.8",
"webmozart/assert": "^1.11"
},
"require-dev": {
"laminas/laminas-test": "^4.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-0": {
"UnicaenShell": "src/"
},
"classmap": [
"./Module.php"
]
}
}