Commit c7513caf authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction pour pouvoir lancer sans pb un composer install

parent 1db99177
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
.idea
./vendor/
 No newline at end of file
vendor/
 No newline at end of file
+12 −2
Original line number Diff line number Diff line
{
    "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"

composer.lock

0 → 100644
+8018 −0

File added.

Preview size limit exceeded, changes collapsed.