composer update

This commit is contained in:
Christophe LATOUR 2018-01-04 18:32:52 +01:00
parent 85c039902d
commit 5555181cec

162
composer.lock generated
View File

@ -12,7 +12,7 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "git@gitlab.antadis.net:ng/api-front-core.git", "url": "git@gitlab.antadis.net:ng/api-front-core.git",
"reference": "18e5c3bb5fb3ec32497226107e7310dcfa79e1f4" "reference": "05203fc3718b4a34711807c36d6af143efceae62"
}, },
"require": { "require": {
"php": ">=5.3" "php": ">=5.3"
@ -38,7 +38,7 @@
"prestashop", "prestashop",
"webservice" "webservice"
], ],
"time": "2017-12-04T10:17:16+00:00" "time": "2018-01-04T17:31:41+00:00"
}, },
{ {
"name": "antadis/auth-provider-wsse", "name": "antadis/auth-provider-wsse",
@ -171,16 +171,16 @@
}, },
{ {
"name": "deployer/deployer", "name": "deployer/deployer",
"version": "v4.3.1", "version": "v4.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/deployphp/deployer.git", "url": "https://github.com/deployphp/deployer.git",
"reference": "18799bd0b95c8127c72667b8a579b0053736a8fb" "reference": "0fda27f124943bfcecf714f010c7747a4be66d04"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/deployphp/deployer/zipball/18799bd0b95c8127c72667b8a579b0053736a8fb", "url": "https://api.github.com/repos/deployphp/deployer/zipball/0fda27f124943bfcecf714f010c7747a4be66d04",
"reference": "18799bd0b95c8127c72667b8a579b0053736a8fb", "reference": "0fda27f124943bfcecf714f010c7747a4be66d04",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -225,7 +225,7 @@
], ],
"description": "Deployment Tool", "description": "Deployment Tool",
"homepage": "https://deployer.org", "homepage": "https://deployer.org",
"time": "2017-07-21T11:04:26+00:00" "time": "2017-12-14T06:41:41+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@ -2251,37 +2251,43 @@
}, },
{ {
"name": "react/cache", "name": "react/cache",
"version": "v0.4.1", "version": "v0.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/reactphp/cache.git", "url": "https://github.com/reactphp/cache.git",
"reference": "558f614891341b1d817a8cdf9a358948ec49638f" "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/reactphp/cache/zipball/558f614891341b1d817a8cdf9a358948ec49638f", "url": "https://api.github.com/repos/reactphp/cache/zipball/75494f26b4ef089db9bf8c90b63c296246e099e8",
"reference": "558f614891341b1d817a8cdf9a358948ec49638f", "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"react/promise": "~2.0|~1.1" "react/promise": "~2.0|~1.1"
}, },
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"React\\Cache\\": "src\\" "React\\Cache\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
"description": "Async caching.", "description": "Async, Promise-based cache interface for ReactPHP",
"keywords": [ "keywords": [
"cache" "cache",
"caching",
"promise",
"reactphp"
], ],
"time": "2016-02-25T18:17:16+00:00" "time": "2017-12-20T16:47:13+00:00"
}, },
{ {
"name": "react/child-process", "name": "react/child-process",
@ -2542,16 +2548,16 @@
}, },
{ {
"name": "react/promise-timer", "name": "react/promise-timer",
"version": "v1.2.0", "version": "v1.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/reactphp/promise-timer.git", "url": "https://github.com/reactphp/promise-timer.git",
"reference": "3bc527fbd1201a193ab41c19b9a770d71a3514af" "reference": "9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/reactphp/promise-timer/zipball/3bc527fbd1201a193ab41c19b9a770d71a3514af", "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd",
"reference": "3bc527fbd1201a193ab41c19b9a770d71a3514af", "reference": "9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2560,7 +2566,7 @@
"react/promise": "~2.1|~1.2" "react/promise": "~2.1|~1.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8" "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2581,7 +2587,7 @@
"email": "christian@lueck.tv" "email": "christian@lueck.tv"
} }
], ],
"description": "Trivial timeout implementation for Promises", "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
"homepage": "https://github.com/react/promise-timer", "homepage": "https://github.com/react/promise-timer",
"keywords": [ "keywords": [
"async", "async",
@ -2591,7 +2597,7 @@
"timeout", "timeout",
"timer" "timer"
], ],
"time": "2017-08-08T16:30:19+00:00" "time": "2017-12-22T15:41:41+00:00"
}, },
{ {
"name": "react/react", "name": "react/react",
@ -2834,16 +2840,16 @@
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v3.4.0", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "1accdf8ee7d479e2f6d867a18c99a9a859ba99c0" "reference": "94ce2a457bfc720be2720767b97caf44ecac6c41"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/1accdf8ee7d479e2f6d867a18c99a9a859ba99c0", "url": "https://api.github.com/repos/symfony/cache/zipball/94ce2a457bfc720be2720767b97caf44ecac6c41",
"reference": "1accdf8ee7d479e2f6d867a18c99a9a859ba99c0", "reference": "94ce2a457bfc720be2720767b97caf44ecac6c41",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2900,20 +2906,20 @@
"caching", "caching",
"psr6" "psr6"
], ],
"time": "2017-11-19T21:17:36+00:00" "time": "2017-12-08T16:11:27+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.4.0", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "9468ad3fba3a5e1f0dc12a96e50e84cddb923cf0" "reference": "9f21adfb92a9315b73ae2ed43138988ee4913d4e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/9468ad3fba3a5e1f0dc12a96e50e84cddb923cf0", "url": "https://api.github.com/repos/symfony/console/zipball/9f21adfb92a9315b73ae2ed43138988ee4913d4e",
"reference": "9468ad3fba3a5e1f0dc12a96e50e84cddb923cf0", "reference": "9f21adfb92a9315b73ae2ed43138988ee4913d4e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2969,20 +2975,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-11-29T13:28:14+00:00" "time": "2017-12-14T19:40:10+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v3.4.0", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "fb2001e5d85f95d8b6ab94ae3be5d2672df128fd" "reference": "543deab3ffff94402440b326fc94153bae2dfa7a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/fb2001e5d85f95d8b6ab94ae3be5d2672df128fd", "url": "https://api.github.com/repos/symfony/debug/zipball/543deab3ffff94402440b326fc94153bae2dfa7a",
"reference": "fb2001e5d85f95d8b6ab94ae3be5d2672df128fd", "reference": "543deab3ffff94402440b326fc94153bae2dfa7a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3025,20 +3031,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-11-21T09:01:46+00:00" "time": "2017-12-12T08:27:14+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v3.4.0", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "ca20b8f9ef149f40ff656d52965f240d85f7a8e4" "reference": "b869cbf8a15ca6261689de2c28a7d7f2d0706835"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ca20b8f9ef149f40ff656d52965f240d85f7a8e4", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b869cbf8a15ca6261689de2c28a7d7f2d0706835",
"reference": "ca20b8f9ef149f40ff656d52965f240d85f7a8e4", "reference": "b869cbf8a15ca6261689de2c28a7d7f2d0706835",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3088,20 +3094,20 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-11-09T14:14:31+00:00" "time": "2017-12-14T19:40:10+00:00"
}, },
{ {
"name": "symfony/expression-language", "name": "symfony/expression-language",
"version": "v3.4.0", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/expression-language.git", "url": "https://github.com/symfony/expression-language.git",
"reference": "823b852c20432569c1fe8e20a76eaba88a526bef" "reference": "c4b195436a74d9672d8463e4d427ca42449238e5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/823b852c20432569c1fe8e20a76eaba88a526bef", "url": "https://api.github.com/repos/symfony/expression-language/zipball/c4b195436a74d9672d8463e4d427ca42449238e5",
"reference": "823b852c20432569c1fe8e20a76eaba88a526bef", "reference": "c4b195436a74d9672d8463e4d427ca42449238e5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3138,11 +3144,11 @@
], ],
"description": "Symfony ExpressionLanguage Component", "description": "Symfony ExpressionLanguage Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-11-12T16:41:51+00:00" "time": "2017-12-08T15:24:53+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v3.4.0", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
@ -3191,16 +3197,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v3.4.0", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "d9625c8abb907e0ca2d7506afd7a719a572c766f" "reference": "59bf131b5460227a2f583a7dbe6b179f98f9e0a5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/d9625c8abb907e0ca2d7506afd7a719a572c766f", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/59bf131b5460227a2f583a7dbe6b179f98f9e0a5",
"reference": "d9625c8abb907e0ca2d7506afd7a719a572c766f", "reference": "59bf131b5460227a2f583a7dbe6b179f98f9e0a5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3241,20 +3247,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-11-30T14:56:21+00:00" "time": "2017-12-14T19:40:10+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v3.4.0", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "2df856c9dd8a1e1f11439b12e58c474afc1aac0d" "reference": "48325096bbda77b983e642d21a4dd9bdde3ab73e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/2df856c9dd8a1e1f11439b12e58c474afc1aac0d", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/48325096bbda77b983e642d21a4dd9bdde3ab73e",
"reference": "2df856c9dd8a1e1f11439b12e58c474afc1aac0d", "reference": "48325096bbda77b983e642d21a4dd9bdde3ab73e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3329,7 +3335,7 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-11-30T16:56:05+00:00" "time": "2017-12-15T02:05:18+00:00"
}, },
{ {
"name": "symfony/polyfill-apcu", "name": "symfony/polyfill-apcu",
@ -3507,16 +3513,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v3.4.0", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "db25e810fd5e124085e3777257d0cf4ae533d0ea" "reference": "bb3ef65d493a6d57297cad6c560ee04e2a8f5098"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/db25e810fd5e124085e3777257d0cf4ae533d0ea", "url": "https://api.github.com/repos/symfony/process/zipball/bb3ef65d493a6d57297cad6c560ee04e2a8f5098",
"reference": "db25e810fd5e124085e3777257d0cf4ae533d0ea", "reference": "bb3ef65d493a6d57297cad6c560ee04e2a8f5098",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3552,20 +3558,20 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-11-22T12:18:49+00:00" "time": "2017-12-14T19:40:10+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v3.4.0", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "e05b0a5996ad7a35ba3a19ffad8b72c9daa64dfa" "reference": "4c5d5582baf2829751a5207659329c1f52eedeb6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/e05b0a5996ad7a35ba3a19ffad8b72c9daa64dfa", "url": "https://api.github.com/repos/symfony/translation/zipball/4c5d5582baf2829751a5207659329c1f52eedeb6",
"reference": "e05b0a5996ad7a35ba3a19ffad8b72c9daa64dfa", "reference": "4c5d5582baf2829751a5207659329c1f52eedeb6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3620,20 +3626,20 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-11-27T14:23:00+00:00" "time": "2017-12-12T08:27:14+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.4.0", "version": "v3.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "b3d0c9c11be3831b84825967dc6b52b5a7b84e04" "reference": "afe0cd38486505c9703707707d91450cfc1bd536"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/b3d0c9c11be3831b84825967dc6b52b5a7b84e04", "url": "https://api.github.com/repos/symfony/yaml/zipball/afe0cd38486505c9703707707d91450cfc1bd536",
"reference": "b3d0c9c11be3831b84825967dc6b52b5a7b84e04", "reference": "afe0cd38486505c9703707707d91450cfc1bd536",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3678,7 +3684,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-11-29T13:28:14+00:00" "time": "2017-12-11T20:38:23+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -4530,16 +4536,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "5.7.25", "version": "5.7.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a" "reference": "7fbc25c13309de0c4c9bb48b7361f1eca34c7fbd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b1c822a68ae6577df38a59eb49b046712ec0f6a", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7fbc25c13309de0c4c9bb48b7361f1eca34c7fbd",
"reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a", "reference": "7fbc25c13309de0c4c9bb48b7361f1eca34c7fbd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4608,7 +4614,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2017-11-14T14:50:51+00:00" "time": "2017-12-17T06:14:38+00:00"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",