Skip to content
Snippets Groups Projects
Commit 53f5b01a authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

MAJ des dépendances pour régler les bugs liés au CAS

parent 1d61dc9c
Branches
Tags 10.0-zf3
No related merge requests found
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
"require" : { "require" : {
"php" : ">=7.3 || >=7.4", "php" : ">=7.3 || >=7.4",
"mpdf/mpdf" : "8.0.4 as 7.1.7", "mpdf/mpdf" : "8.0.4 as 7.1.7",
"unicaen/app" : "3.0.3", "unicaen/app" : "3.0.4",
"unicaen/auth" : "3.0.7", "unicaen/auth" : "3.0.8",
"zendframework/zend-code": "3.3.2", "zendframework/zend-code": "3.3.2",
"unicaen/bjy-authorize" : "3.0.4", "unicaen/bjy-authorize" : "3.0.4",
"zendframework/zend-file": "2.8.3", "zendframework/zend-file": "2.8.3",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c5e7d6abaa8da21696c51501582f703a", "content-hash": "0399ad7d82979439052f9b2571b583be",
"packages": [ "packages": [
{ {
"name": "beberlei/assert", "name": "beberlei/assert",
...@@ -163,16 +163,16 @@ ...@@ -163,16 +163,16 @@
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "1.9.1", "version": "1.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55" "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/89a5c76c39c292f7798f964ab3c836c3f8192a55", "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
"reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55", "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -239,10 +239,9 @@ ...@@ -239,10 +239,9 @@
"memcached", "memcached",
"php", "php",
"redis", "redis",
"riak",
"xcache" "xcache"
], ],
"time": "2019-11-15T14:31:57+00:00" "time": "2019-11-29T15:36:20+00:00"
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
...@@ -1760,44 +1759,46 @@ ...@@ -1760,44 +1759,46 @@
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
"version": "3.8.0", "version": "3.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ramsey/uuid.git", "url": "https://github.com/ramsey/uuid.git",
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3" "reference": "5ac2740e0c8c599d2bbe7f113a939f2b5b216c67"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3", "url": "https://api.github.com/repos/ramsey/uuid/zipball/5ac2740e0c8c599d2bbe7f113a939f2b5b216c67",
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3", "reference": "5ac2740e0c8c599d2bbe7f113a939f2b5b216c67",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"paragonie/random_compat": "^1.0|^2.0|9.99.99", "ext-json": "*",
"php": "^5.4 || ^7.0", "paragonie/random_compat": "^1 | ^2 | 9.99.99",
"php": "^5.4 | ^7",
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
}, },
"replace": { "replace": {
"rhumsaa/uuid": "self.version" "rhumsaa/uuid": "self.version"
}, },
"require-dev": { "require-dev": {
"codeception/aspect-mock": "^1.0 | ~2.0.0", "codeception/aspect-mock": "^1 | ^2",
"doctrine/annotations": "~1.2.0", "doctrine/annotations": "^1.2",
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0", "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0", "jakub-onderka/php-parallel-lint": "^0.9.0",
"mockery/mockery": "^0.9.9", "mockery/mockery": "^0.9.9",
"moontoast/math": "^1.1", "moontoast/math": "^1.1",
"paragonie/random-lib": "^2",
"php-mock/php-mock-phpunit": "^0.3 | ^1.1", "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
"phpunit/phpunit": "^4.7|^5.0|^6.5", "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
"squizlabs/php_codesniffer": "^2.3" "squizlabs/php_codesniffer": "^2.3"
}, },
"suggest": { "suggest": {
"ext-ctype": "Provides support for PHP Ctype functions", "ext-ctype": "Provides support for PHP Ctype functions",
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
}, },
...@@ -1810,13 +1811,21 @@ ...@@ -1810,13 +1811,21 @@
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Ramsey\\Uuid\\": "src/" "Ramsey\\Uuid\\": "src/"
} },
"files": [
"src/functions.php"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
},
{ {
"name": "Marijn Huizendveld", "name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com" "email": "marijn.huizendveld@gmail.com"
...@@ -1824,11 +1833,6 @@ ...@@ -1824,11 +1833,6 @@
{ {
"name": "Thibaud Fabre", "name": "Thibaud Fabre",
"email": "thibaud@aztech.io" "email": "thibaud@aztech.io"
},
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
} }
], ],
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
...@@ -1838,7 +1842,7 @@ ...@@ -1838,7 +1842,7 @@
"identifier", "identifier",
"uuid" "uuid"
], ],
"time": "2018-07-19T23:38:55+00:00" "time": "2019-12-01T04:55:27+00:00"
}, },
{ {
"name": "setasign/fpdi", "name": "setasign/fpdi",
...@@ -1903,16 +1907,16 @@ ...@@ -1903,16 +1907,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v4.4.0", "version": "v4.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "35d9077f495c6d184d9930f7a7ecbd1ad13c7ab8" "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/35d9077f495c6d184d9930f7a7ecbd1ad13c7ab8", "url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
"reference": "35d9077f495c6d184d9930f7a7ecbd1ad13c7ab8", "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1975,11 +1979,11 @@ ...@@ -1975,11 +1979,11 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-11-13T07:39:40+00:00" "time": "2019-12-01T10:06:17+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.13.0", "version": "v1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
...@@ -2037,7 +2041,7 @@ ...@@ -2037,7 +2041,7 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.13.0", "version": "v1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
...@@ -2096,7 +2100,7 @@ ...@@ -2096,7 +2100,7 @@
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
"version": "v1.13.0", "version": "v1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php73.git", "url": "https://github.com/symfony/polyfill-php73.git",
...@@ -2154,20 +2158,20 @@ ...@@ -2154,20 +2158,20 @@
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
"version": "v2.0.0", "version": "v2.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/service-contracts.git", "url": "https://github.com/symfony/service-contracts.git",
"reference": "9d99e1556417bf227a62e14856d630672bf10eaf" "reference": "144c5e51266b281231e947b51223ba14acf1a749"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/9d99e1556417bf227a62e14856d630672bf10eaf", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
"reference": "9d99e1556417bf227a62e14856d630672bf10eaf", "reference": "144c5e51266b281231e947b51223ba14acf1a749",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2.9", "php": "^7.2.5",
"psr/container": "^1.0" "psr/container": "^1.0"
}, },
"suggest": { "suggest": {
...@@ -2208,7 +2212,7 @@ ...@@ -2208,7 +2212,7 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"time": "2019-11-09T09:18:34+00:00" "time": "2019-11-18T17:27:11+00:00"
}, },
{ {
"name": "true/punycode", "name": "true/punycode",
...@@ -2258,11 +2262,11 @@ ...@@ -2258,11 +2262,11 @@
}, },
{ {
"name": "unicaen/app", "name": "unicaen/app",
"version": "3.0.3", "version": "3.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.unicaen.fr/lib/unicaen/app.git", "url": "https://git.unicaen.fr/lib/unicaen/app.git",
"reference": "1a511f209872bd420cfe51dda8e5a60434339757" "reference": "75b49dff741ae8111d8ab4c6c9727cd8277c159e"
}, },
"require": { "require": {
"beberlei/assert": "^2.9", "beberlei/assert": "^2.9",
...@@ -2318,15 +2322,15 @@ ...@@ -2318,15 +2322,15 @@
] ]
}, },
"description": "Module de base des applications unicaen", "description": "Module de base des applications unicaen",
"time": "2019-10-04T13:27:13+00:00" "time": "2019-12-05T10:03:27+00:00"
}, },
{ {
"name": "unicaen/auth", "name": "unicaen/auth",
"version": "3.0.7", "version": "3.0.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.unicaen.fr/lib/unicaen/auth.git", "url": "https://git.unicaen.fr/lib/unicaen/auth.git",
"reference": "c67e1b3e2a44acbd191446be3881d1605811524d" "reference": "7717101fc2523974f529f968d085fa50cb9666c3"
}, },
"require": { "require": {
"jasig/phpcas": "^1.3", "jasig/phpcas": "^1.3",
...@@ -2348,7 +2352,7 @@ ...@@ -2348,7 +2352,7 @@
] ]
}, },
"description": "Module d'authentification pour les applications Unicaen", "description": "Module d'authentification pour les applications Unicaen",
"time": "2019-11-29T14:34:54+00:00" "time": "2019-12-05T09:13:46+00:00"
}, },
{ {
"name": "unicaen/bjy-authorize", "name": "unicaen/bjy-authorize",
...@@ -3388,16 +3392,16 @@ ...@@ -3388,16 +3392,16 @@
}, },
{ {
"name": "zendframework/zend-http", "name": "zendframework/zend-http",
"version": "2.10.0", "version": "2.11.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-http.git", "url": "https://github.com/zendframework/zend-http.git",
"reference": "4b4983178693a8fdda53b0bbee58552e2d2b1ac0" "reference": "76000da8490b8685d63ff6f6ff8eefa459f6e9e7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-http/zipball/4b4983178693a8fdda53b0bbee58552e2d2b1ac0", "url": "https://api.github.com/repos/zendframework/zend-http/zipball/76000da8490b8685d63ff6f6ff8eefa459f6e9e7",
"reference": "4b4983178693a8fdda53b0bbee58552e2d2b1ac0", "reference": "76000da8490b8685d63ff6f6ff8eefa459f6e9e7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3418,8 +3422,8 @@ ...@@ -3418,8 +3422,8 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.10.x-dev", "dev-master": "2.11.x-dev",
"dev-develop": "2.11.x-dev" "dev-develop": "2.12.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3439,7 +3443,7 @@ ...@@ -3439,7 +3443,7 @@
"zend", "zend",
"zf" "zf"
], ],
"time": "2019-02-19T18:58:14+00:00" "time": "2019-12-04T23:02:34+00:00"
}, },
{ {
"name": "zendframework/zend-hydrator", "name": "zendframework/zend-hydrator",
...@@ -5242,16 +5246,16 @@ ...@@ -5242,16 +5246,16 @@
}, },
{ {
"name": "zendframework/zend-view", "name": "zendframework/zend-view",
"version": "2.11.3", "version": "2.11.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-view.git", "url": "https://github.com/zendframework/zend-view.git",
"reference": "e766457bd6ce13c5354e443bb949511b6904d7f5" "reference": "a8b1b2d9b52e191539be861a6529f8c8a0c06b9d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-view/zipball/e766457bd6ce13c5354e443bb949511b6904d7f5", "url": "https://api.github.com/repos/zendframework/zend-view/zipball/a8b1b2d9b52e191539be861a6529f8c8a0c06b9d",
"reference": "e766457bd6ce13c5354e443bb949511b6904d7f5", "reference": "a8b1b2d9b52e191539be861a6529f8c8a0c06b9d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5325,7 +5329,7 @@ ...@@ -5325,7 +5329,7 @@
"view", "view",
"zf" "zf"
], ],
"time": "2019-10-11T21:10:04+00:00" "time": "2019-12-04T08:40:50+00:00"
}, },
{ {
"name": "zf-commons/zfc-user", "name": "zf-commons/zfc-user",
...@@ -7249,16 +7253,16 @@ ...@@ -7249,16 +7253,16 @@
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "3.5.2", "version": "3.5.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7" "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/65b12cdeaaa6cd276d4c3033a95b9b88b12701e7", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
"reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7", "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7296,7 +7300,7 @@ ...@@ -7296,7 +7300,7 @@
"phpcs", "phpcs",
"standards" "standards"
], ],
"time": "2019-10-28T04:36:32+00:00" "time": "2019-12-04T04:46:47+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment