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

composer update pour installer unicaen/app 3.1.14

parent 34e2bf4e
Loading
Loading
Loading
Loading
Loading
+51 −57
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "b8dd1c049fae8618e488f100c2bd8545",
    "content-hash": "3a51d31db90be242c222ffe94a97e843",
    "packages": [
        {
            "name": "beberlei/assert",
@@ -3331,11 +3331,11 @@
        },
        {
            "name": "unicaen/app",
            "version": "dev-release-3.1.14",
            "version": "3.1.14",
            "source": {
                "type": "git",
                "url": "https://git.unicaen.fr/lib/unicaen/app.git",
                "reference": "96df4f45c8398c83c0be0fd1609bc7335c2efd07"
                "reference": "fb86653789077a87af4f882224660b47c202324d"
            },
            "require": {
                "beberlei/assert": "^2.9",
@@ -3391,7 +3391,7 @@
                ]
            },
            "description": "Module de base des applications unicaen",
            "time": "2021-01-12T14:43:34+00:00"
            "time": "2021-01-13T08:17:58+00:00"
        },
        {
            "name": "unicaen/auth",
@@ -7077,16 +7077,16 @@
        },
        {
            "name": "phpunit/phpunit",
            "version": "5.7.27",
            "version": "5.6.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
                "reference": "4ddb822f1de421b4cadb47570a525fd7d9359493"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4ddb822f1de421b4cadb47570a525fd7d9359493",
                "reference": "4ddb822f1de421b4cadb47570a525fd7d9359493",
                "shasum": ""
            },
            "require": {
@@ -7097,24 +7097,26 @@
                "ext-xml": "*",
                "myclabs/deep-copy": "~1.3",
                "php": "^5.6 || ^7.0",
                "phpspec/prophecy": "^1.6.2",
                "phpunit/php-code-coverage": "^4.0.4",
                "phpspec/prophecy": "^1.3.1",
                "phpunit/php-code-coverage": "^4.0.1",
                "phpunit/php-file-iterator": "~1.4",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "^1.0.6",
                "phpunit/phpunit-mock-objects": "^3.2",
                "sebastian/comparator": "^1.2.4",
                "sebastian/diff": "^1.4.3",
                "sebastian/environment": "^1.3.4 || ^2.0",
                "sebastian/exporter": "~2.0",
                "sebastian/global-state": "^1.1",
                "sebastian/object-enumerator": "~2.0",
                "sebastian/comparator": "~1.1",
                "sebastian/diff": "~1.2",
                "sebastian/environment": "^1.3 || ^2.0",
                "sebastian/exporter": "~1.2",
                "sebastian/global-state": "~1.0",
                "sebastian/object-enumerator": "~1.0",
                "sebastian/resource-operations": "~1.0",
                "sebastian/version": "^1.0.6|^2.0.1",
                "symfony/yaml": "~2.1|~3.0|~4.0"
                "sebastian/version": "~1.0|~2.0",
                "symfony/yaml": "~2.1|~3.0"
            },
            "conflict": {
                "phpdocumentor/reflection-docblock": "3.0.2"
                "phpdocumentor/reflection-docblock": "3.0.2",
                "sebastian/object-enumerator": "1.0.1",
                "sebastian/recursion-context": "1.0.3 || 1.0.4"
            },
            "require-dev": {
                "ext-pdo": "*"
@@ -7129,7 +7131,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7.x-dev"
                    "dev-master": "5.6.x-dev"
                }
            },
            "autoload": {
@@ -7155,7 +7157,7 @@
                "testing",
                "xunit"
            ],
            "time": "2018-02-01T05:50:59+00:00"
            "time": "2016-11-18T09:50:51+00:00"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
@@ -7436,21 +7438,21 @@
        },
        {
            "name": "sebastian/exporter",
            "version": "2.0.0",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/recursion-context": "~2.0"
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
@@ -7459,7 +7461,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
@@ -7499,7 +7501,7 @@
                "export",
                "exporter"
            ],
            "time": "2016-11-19T08:54:04+00:00"
            "time": "2016-06-17T09:04:28+00:00"
        },
        {
            "name": "sebastian/global-state",
@@ -7554,21 +7556,21 @@
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "2.0.1",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "sebastian/recursion-context": "~2.0"
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~5"
@@ -7576,7 +7578,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
@@ -7596,20 +7598,20 @@
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
            "time": "2017-02-18T15:18:39+00:00"
            "time": "2016-01-28T13:25:10+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "2.0.0",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
                "shasum": ""
            },
            "require": {
@@ -7621,7 +7623,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
@@ -7649,7 +7651,7 @@
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "time": "2016-11-19T07:33:16+00:00"
            "time": "2016-10-03T07:41:43+00:00"
        },
        {
            "name": "sebastian/resource-operations",
@@ -7738,27 +7740,27 @@
        },
        {
            "name": "symfony/yaml",
            "version": "v4.4.18",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "bbce94f14d73732340740366fcbe63363663a403"
                "reference": "88289caa3c166321883f67fe5130188ebbb47094"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/bbce94f14d73732340740366fcbe63363663a403",
                "reference": "bbce94f14d73732340740366fcbe63363663a403",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
                "reference": "88289caa3c166321883f67fe5130188ebbb47094",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "php": "^5.5.9|>=7.0.8",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/console": "<3.4"
            },
            "require-dev": {
                "symfony/console": "^3.4|^4.0|^5.0"
                "symfony/console": "~3.4|~4.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
@@ -7802,7 +7804,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2020-12-08T16:59:59+00:00"
            "time": "2020-10-24T10:57:07+00:00"
        },
        {
            "name": "unicaen/test",
@@ -7950,17 +7952,9 @@
            "time": "2019-06-11T19:33:38+00:00"
        }
    ],
    "aliases": [
        {
            "alias": "3.1.x-dev",
            "alias_normalized": "3.1.9999999.9999999-dev",
            "version": "dev-release-3.1.14",
            "package": "unicaen/app"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "unicaen/app": 20,
        "unicaen/db-import": 20
    },
    "prefer-stable": false,