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

composer.json: suppression des post install commands

parent 849955b7
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -38,11 +38,5 @@
            "ApplicationFunctionalTest\\":  "module/Application/tests/ApplicationFunctionalTest",
            "RetraitementTest\\":           "module/Retraitement/test/RetraitementTest"
        }
    },
    "scripts": {
        "post-install-cmd": [
            "mkdir -p data/DoctrineModule/cache    && chmod -R 777 data/DoctrineModule/cache",
            "mkdir -p data/DoctrineORMModule/Proxy && chmod -R 777 data/DoctrineORMModule/Proxy"
        ]
    }
}
+9 −9
Original line number Diff line number Diff line
@@ -1807,11 +1807,11 @@
        },
        {
            "name": "unicaen/app",
            "version": "1.3.10",
            "version": "1.3.12",
            "source": {
                "type": "git",
                "url": "https://git.unicaen.fr/lib/unicaen/app.git",
                "reference": "845dd41da189fdd5e39f6d2d882e05b77a16c5dc"
                "reference": "9d190ad9a42d8d95d22cd5d016d8bbf8dd1b696c"
            },
            "require": {
                "doctrine/doctrine-orm-module": ">=0.7",
@@ -1854,7 +1854,7 @@
                ]
            },
            "description": "Module de base des applications unicaen",
            "time": "2018-03-28T08:06:13+00:00"
            "time": "2018-04-20T09:34:49+00:00"
        },
        {
            "name": "unicaen/auth",
@@ -2730,23 +2730,23 @@
        },
        {
            "name": "phpspec/prophecy",
            "version": "1.7.5",
            "version": "1.7.6",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
                "sebastian/comparator": "^1.1|^2.0",
                "sebastian/comparator": "^1.1|^2.0|^3.0",
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
            },
            "require-dev": {
@@ -2789,7 +2789,7 @@
                "spy",
                "stub"
            ],
            "time": "2018-02-19T10:16:54+00:00"
            "time": "2018-04-18T13:57:24+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",