Skip to content
Snippets Groups Projects
Commit c7513caf authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction pour pouvoir lancer sans pb un composer install

parent 1db99177
Branches
Tags
No related merge requests found
Pipeline #23331 passed
.idea
./vendor/
\ No newline at end of file
vendor/
\ No newline at end of file
{
"name": "unicaen/app",
"description": "Module de base des applications unicaen",
"repositories": [
{
"type": "composer",
"url": "https://gest.unicaen.fr/packagist"
}
],
"require": {
"php": "^8.0",
"ext-bcmath": "*",
......@@ -37,8 +43,7 @@
"unicaen/console": "^6.0"
},
"require-dev": {
"laminas/laminas-test": "^3.2",
"phpunit/phpunit": "^5.6"
"laminas/laminas-test": "^4.2"
},
"autoload": {
"psr-0": {
......@@ -49,6 +54,11 @@
"./Module.php"
]
},
"config": {
"allow-plugins": {
"laminas/laminas-dependency-plugin": true
}
},
"bin": [
"bin/deploy.sh",
"bin/doctrine-module-em"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment