mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fixes #1216
This commit is contained in:
parent
b1caad4995
commit
05b0fbc089
214
composer.lock
generated
214
composer.lock
generated
@ -407,16 +407,16 @@
|
||||
},
|
||||
{
|
||||
"name": "barracudanetworks/archivestream-php",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/barracudanetworks/ArchiveStream-php.git",
|
||||
"reference": "556536e650f774c4ca9894a04c1282f49291a1c7"
|
||||
"reference": "1bf98097d1e9b137fd40081f26abb0a17b097ef7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/barracudanetworks/ArchiveStream-php/zipball/556536e650f774c4ca9894a04c1282f49291a1c7",
|
||||
"reference": "556536e650f774c4ca9894a04c1282f49291a1c7",
|
||||
"url": "https://api.github.com/repos/barracudanetworks/ArchiveStream-php/zipball/1bf98097d1e9b137fd40081f26abb0a17b097ef7",
|
||||
"reference": "1bf98097d1e9b137fd40081f26abb0a17b097ef7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -443,7 +443,7 @@
|
||||
"tar",
|
||||
"zip"
|
||||
],
|
||||
"time": "2016-09-01 18:40:58"
|
||||
"time": "2017-01-13 14:52:38"
|
||||
},
|
||||
{
|
||||
"name": "barryvdh/laravel-debugbar",
|
||||
@ -616,16 +616,16 @@
|
||||
},
|
||||
{
|
||||
"name": "braintree/braintree_php",
|
||||
"version": "3.20.0",
|
||||
"version": "3.21.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/braintree/braintree_php.git",
|
||||
"reference": "4327468f08b97c6d34b7b47fb7e8cea51d55e201"
|
||||
"reference": "30165da99f35f0cb2fa13ef0a4bfc8340f23cdeb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/braintree/braintree_php/zipball/4327468f08b97c6d34b7b47fb7e8cea51d55e201",
|
||||
"reference": "4327468f08b97c6d34b7b47fb7e8cea51d55e201",
|
||||
"url": "https://api.github.com/repos/braintree/braintree_php/zipball/30165da99f35f0cb2fa13ef0a4bfc8340f23cdeb",
|
||||
"reference": "30165da99f35f0cb2fa13ef0a4bfc8340f23cdeb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -659,7 +659,7 @@
|
||||
}
|
||||
],
|
||||
"description": "Braintree PHP Client Library",
|
||||
"time": "2016-12-28 21:25:17"
|
||||
"time": "2017-01-13 22:56:28"
|
||||
},
|
||||
{
|
||||
"name": "cardgate/omnipay-cardgate",
|
||||
@ -1656,16 +1656,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/common",
|
||||
"version": "v2.6.2",
|
||||
"version": "v2.7.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/common.git",
|
||||
"reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3"
|
||||
"reference": "930297026c8009a567ac051fd545bf6124150347"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/common/zipball/7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
|
||||
"reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
|
||||
"url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
|
||||
"reference": "930297026c8009a567ac051fd545bf6124150347",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1674,10 +1674,10 @@
|
||||
"doctrine/collections": "1.*",
|
||||
"doctrine/inflector": "1.*",
|
||||
"doctrine/lexer": "1.*",
|
||||
"php": "~5.5|~7.0"
|
||||
"php": "~5.6|~7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.8|~5.0"
|
||||
"phpunit/phpunit": "^5.4.6"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@ -1725,24 +1725,24 @@
|
||||
"persistence",
|
||||
"spl"
|
||||
],
|
||||
"time": "2016-11-30 16:50:46"
|
||||
"time": "2017-01-13 14:02:13"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "v2.5.5",
|
||||
"version": "v2.5.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/dbal.git",
|
||||
"reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
|
||||
"reference": "3a351369582dade60c750e2cef540eb7b568e6b3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
|
||||
"reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/3a351369582dade60c750e2cef540eb7b568e6b3",
|
||||
"reference": "3a351369582dade60c750e2cef540eb7b568e6b3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/common": ">=2.4,<2.7-dev",
|
||||
"doctrine/common": ">=2.4,<2.8-dev",
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
@ -1796,7 +1796,7 @@
|
||||
"persistence",
|
||||
"queryobject"
|
||||
],
|
||||
"time": "2016-09-09 19:13:33"
|
||||
"time": "2017-01-14 21:05:28"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/inflector",
|
||||
@ -2557,12 +2557,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/incube8/omnipay-multicards.git",
|
||||
"reference": "54f051406d8620ca3e0279f92419d3c0b04f729c"
|
||||
"reference": "712b4419ef604e88587098ba3a788eb4221144fd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/incube8/omnipay-multicards/zipball/54f051406d8620ca3e0279f92419d3c0b04f729c",
|
||||
"reference": "54f051406d8620ca3e0279f92419d3c0b04f729c",
|
||||
"url": "https://api.github.com/repos/incube8/omnipay-multicards/zipball/712b4419ef604e88587098ba3a788eb4221144fd",
|
||||
"reference": "712b4419ef604e88587098ba3a788eb4221144fd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2604,7 +2604,7 @@
|
||||
"pay",
|
||||
"payment"
|
||||
],
|
||||
"time": "2016-07-28 08:44:49"
|
||||
"time": "2017-01-12 06:17:38"
|
||||
},
|
||||
{
|
||||
"name": "intervention/image",
|
||||
@ -2612,12 +2612,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Intervention/image.git",
|
||||
"reference": "75aef997472b26dbf9bb6f9823f38f5aa65c7315"
|
||||
"reference": "2bce9a59c43b868300b02a7d31a1e4aa67a200ae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Intervention/image/zipball/75aef997472b26dbf9bb6f9823f38f5aa65c7315",
|
||||
"reference": "75aef997472b26dbf9bb6f9823f38f5aa65c7315",
|
||||
"url": "https://api.github.com/repos/Intervention/image/zipball/2bce9a59c43b868300b02a7d31a1e4aa67a200ae",
|
||||
"reference": "2bce9a59c43b868300b02a7d31a1e4aa67a200ae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2666,7 +2666,7 @@
|
||||
"thumbnail",
|
||||
"watermark"
|
||||
],
|
||||
"time": "2017-01-09 20:41:27"
|
||||
"time": "2017-01-10 14:15:56"
|
||||
},
|
||||
{
|
||||
"name": "ircmaxell/password-compat",
|
||||
@ -2840,16 +2840,16 @@
|
||||
},
|
||||
{
|
||||
"name": "jaybizzle/crawler-detect",
|
||||
"version": "v1.2.27",
|
||||
"version": "v1.2.29",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
|
||||
"reference": "44b83fc0017e9611371b748c653032fa4649af78"
|
||||
"reference": "fec4b008d2c5d98d12c6a4c2227281c590d91433"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/44b83fc0017e9611371b748c653032fa4649af78",
|
||||
"reference": "44b83fc0017e9611371b748c653032fa4649af78",
|
||||
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/fec4b008d2c5d98d12c6a4c2227281c590d91433",
|
||||
"reference": "fec4b008d2c5d98d12c6a4c2227281c590d91433",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2884,7 +2884,7 @@
|
||||
"crawlerdetect",
|
||||
"php crawler detect"
|
||||
],
|
||||
"time": "2016-12-27 19:24:49"
|
||||
"time": "2017-01-11 21:06:28"
|
||||
},
|
||||
{
|
||||
"name": "jaybizzle/laravel-crawler-detect",
|
||||
@ -4538,16 +4538,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nwidart/laravel-modules",
|
||||
"version": "1.14.0",
|
||||
"version": "1.15.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nWidart/laravel-modules.git",
|
||||
"reference": "2d05b9c5ac23cb800725ba760d9a323820603d9f"
|
||||
"reference": "c6c06f654dc1f946a858ff9360daaf6194219a80"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nWidart/laravel-modules/zipball/2d05b9c5ac23cb800725ba760d9a323820603d9f",
|
||||
"reference": "2d05b9c5ac23cb800725ba760d9a323820603d9f",
|
||||
"url": "https://api.github.com/repos/nWidart/laravel-modules/zipball/c6c06f654dc1f946a858ff9360daaf6194219a80",
|
||||
"reference": "c6c06f654dc1f946a858ff9360daaf6194219a80",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -4588,7 +4588,7 @@
|
||||
"nwidart",
|
||||
"rad"
|
||||
],
|
||||
"time": "2016-10-19 09:27:32"
|
||||
"time": "2017-01-12 16:33:16"
|
||||
},
|
||||
{
|
||||
"name": "omnipay/2checkout",
|
||||
@ -6217,12 +6217,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/omnipay-stripe.git",
|
||||
"reference": "50bdec8d7d1562c52dd56928243be4a04bcf20e6"
|
||||
"reference": "6b05b89be73f10408b8123acc8686d55dfa8a8c3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/50bdec8d7d1562c52dd56928243be4a04bcf20e6",
|
||||
"reference": "50bdec8d7d1562c52dd56928243be4a04bcf20e6",
|
||||
"url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/6b05b89be73f10408b8123acc8686d55dfa8a8c3",
|
||||
"reference": "6b05b89be73f10408b8123acc8686d55dfa8a8c3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6266,7 +6266,7 @@
|
||||
"payment",
|
||||
"stripe"
|
||||
],
|
||||
"time": "2016-12-15 09:42:45"
|
||||
"time": "2017-01-12 06:58:49"
|
||||
},
|
||||
{
|
||||
"name": "omnipay/targetpay",
|
||||
@ -7094,16 +7094,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/class-loader",
|
||||
"version": "v3.2.1",
|
||||
"version": "v3.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/class-loader.git",
|
||||
"reference": "87cd4e69435d98de01d0162c5f9c0ac017075c63"
|
||||
"reference": "0152f7a47acd564ca62c652975c2b32ac6d613a6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/class-loader/zipball/87cd4e69435d98de01d0162c5f9c0ac017075c63",
|
||||
"reference": "87cd4e69435d98de01d0162c5f9c0ac017075c63",
|
||||
"url": "https://api.github.com/repos/symfony/class-loader/zipball/0152f7a47acd564ca62c652975c2b32ac6d613a6",
|
||||
"reference": "0152f7a47acd564ca62c652975c2b32ac6d613a6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7146,20 +7146,20 @@
|
||||
],
|
||||
"description": "Symfony ClassLoader Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-11-29 08:26:13"
|
||||
"time": "2017-01-10 14:14:38"
|
||||
},
|
||||
{
|
||||
"name": "symfony/config",
|
||||
"version": "v3.2.1",
|
||||
"version": "v3.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/config.git",
|
||||
"reference": "b4ec9f099599cfc5b7f4d07bb2e910781a2be5e4"
|
||||
"reference": "c5ea878b5a7f6a01b9a2f182f905831711b9ff3f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/b4ec9f099599cfc5b7f4d07bb2e910781a2be5e4",
|
||||
"reference": "b4ec9f099599cfc5b7f4d07bb2e910781a2be5e4",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/c5ea878b5a7f6a01b9a2f182f905831711b9ff3f",
|
||||
"reference": "c5ea878b5a7f6a01b9a2f182f905831711b9ff3f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7202,7 +7202,7 @@
|
||||
],
|
||||
"description": "Symfony Config Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-12-09 07:45:17"
|
||||
"time": "2017-01-02 20:32:22"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
@ -7266,16 +7266,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
"version": "v3.2.1",
|
||||
"version": "v3.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/css-selector.git",
|
||||
"reference": "e1241f275814827c411d922ba8e64cf2a00b2994"
|
||||
"reference": "f0e628f04fc055c934b3211cfabdb1c59eefbfaa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/e1241f275814827c411d922ba8e64cf2a00b2994",
|
||||
"reference": "e1241f275814827c411d922ba8e64cf2a00b2994",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f0e628f04fc055c934b3211cfabdb1c59eefbfaa",
|
||||
"reference": "f0e628f04fc055c934b3211cfabdb1c59eefbfaa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7315,7 +7315,7 @@
|
||||
],
|
||||
"description": "Symfony CssSelector Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-11-03 08:11:03"
|
||||
"time": "2017-01-02 20:32:22"
|
||||
},
|
||||
{
|
||||
"name": "symfony/debug",
|
||||
@ -7376,16 +7376,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/dependency-injection",
|
||||
"version": "v3.2.1",
|
||||
"version": "v3.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dependency-injection.git",
|
||||
"reference": "037054501c41007c93b6de1b5c7a7acb83523593"
|
||||
"reference": "22b2c97cffc6a612db82084f9e7823b095958751"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/037054501c41007c93b6de1b5c7a7acb83523593",
|
||||
"reference": "037054501c41007c93b6de1b5c7a7acb83523593",
|
||||
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/22b2c97cffc6a612db82084f9e7823b095958751",
|
||||
"reference": "22b2c97cffc6a612db82084f9e7823b095958751",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7435,20 +7435,20 @@
|
||||
],
|
||||
"description": "Symfony DependencyInjection Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-12-08 15:27:33"
|
||||
"time": "2017-01-10 14:21:25"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v2.8.15",
|
||||
"version": "v2.8.16",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
"reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934"
|
||||
"reference": "74877977f90fb9c3e46378d5764217c55f32df34"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/25c576abd4e0f212e678fe8b2bd9a9a98c7ea934",
|
||||
"reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74877977f90fb9c3e46378d5764217c55f32df34",
|
||||
"reference": "74877977f90fb9c3e46378d5764217c55f32df34",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7495,20 +7495,20 @@
|
||||
],
|
||||
"description": "Symfony EventDispatcher Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-10-13 01:43:15"
|
||||
"time": "2017-01-02 20:30:24"
|
||||
},
|
||||
{
|
||||
"name": "symfony/filesystem",
|
||||
"version": "v3.2.1",
|
||||
"version": "v3.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/filesystem.git",
|
||||
"reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4"
|
||||
"reference": "a0c6ef2dc78d33b58d91d3a49f49797a184d06f4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4",
|
||||
"reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/a0c6ef2dc78d33b58d91d3a49f49797a184d06f4",
|
||||
"reference": "a0c6ef2dc78d33b58d91d3a49f49797a184d06f4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7544,7 +7544,7 @@
|
||||
],
|
||||
"description": "Symfony Filesystem Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-11-24 00:46:43"
|
||||
"time": "2017-01-08 20:47:33"
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
@ -7597,16 +7597,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v2.8.15",
|
||||
"version": "v2.8.16",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "216c111ac427f5f773c6a8bfc0c15f0a7dd74876"
|
||||
"reference": "464cdde6757a40701d758112cc7ff2c6adf6e82f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/216c111ac427f5f773c6a8bfc0c15f0a7dd74876",
|
||||
"reference": "216c111ac427f5f773c6a8bfc0c15f0a7dd74876",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/464cdde6757a40701d758112cc7ff2c6adf6e82f",
|
||||
"reference": "464cdde6757a40701d758112cc7ff2c6adf6e82f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7648,7 +7648,7 @@
|
||||
],
|
||||
"description": "Symfony HttpFoundation Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-11-27 04:20:28"
|
||||
"time": "2017-01-08 20:43:03"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
@ -7734,16 +7734,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/options-resolver",
|
||||
"version": "v3.2.1",
|
||||
"version": "v3.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/options-resolver.git",
|
||||
"reference": "45940bcad6388b3b6058107eca67ced738d205bb"
|
||||
"reference": "855429e3e9014b9dafee2a667de304c3aaa86fe6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/45940bcad6388b3b6058107eca67ced738d205bb",
|
||||
"reference": "45940bcad6388b3b6058107eca67ced738d205bb",
|
||||
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/855429e3e9014b9dafee2a667de304c3aaa86fe6",
|
||||
"reference": "855429e3e9014b9dafee2a667de304c3aaa86fe6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7784,7 +7784,7 @@
|
||||
"configuration",
|
||||
"options"
|
||||
],
|
||||
"time": "2016-05-13 18:13:23"
|
||||
"time": "2017-01-02 20:32:22"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
@ -8320,16 +8320,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v3.2.1",
|
||||
"version": "v3.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "a7095af4b97a0955f85c8989106c249fa649011f"
|
||||
"reference": "50eadbd7926e31842893c957eca362b21592a97d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/a7095af4b97a0955f85c8989106c249fa649011f",
|
||||
"reference": "a7095af4b97a0955f85c8989106c249fa649011f",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/50eadbd7926e31842893c957eca362b21592a97d",
|
||||
"reference": "50eadbd7926e31842893c957eca362b21592a97d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8371,7 +8371,7 @@
|
||||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-12-10 10:07:06"
|
||||
"time": "2017-01-03 13:51:32"
|
||||
},
|
||||
{
|
||||
"name": "tijsverkoyen/css-to-inline-styles",
|
||||
@ -8625,16 +8625,16 @@
|
||||
},
|
||||
{
|
||||
"name": "twig/twig",
|
||||
"version": "v1.30.0",
|
||||
"version": "v1.31.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twigphp/Twig.git",
|
||||
"reference": "c6ff71094fde15d12398eaba029434b013dc5e59"
|
||||
"reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/c6ff71094fde15d12398eaba029434b013dc5e59",
|
||||
"reference": "c6ff71094fde15d12398eaba029434b013dc5e59",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/ddc9e3e20ee9c0b6908f401ac8353635b750eca7",
|
||||
"reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8642,12 +8642,12 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/debug": "~2.7",
|
||||
"symfony/phpunit-bridge": "~3.2@dev"
|
||||
"symfony/phpunit-bridge": "~3.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.30-dev"
|
||||
"dev-master": "1.31-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -8682,7 +8682,7 @@
|
||||
"keywords": [
|
||||
"templating"
|
||||
],
|
||||
"time": "2016-12-23 11:06:22"
|
||||
"time": "2017-01-11 19:36:15"
|
||||
},
|
||||
{
|
||||
"name": "vink/omnipay-komoju",
|
||||
@ -10873,16 +10873,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/browser-kit",
|
||||
"version": "v3.2.1",
|
||||
"version": "v3.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/browser-kit.git",
|
||||
"reference": "34348c2691ce6254e8e008026f4c5e72c22bb318"
|
||||
"reference": "548f8230bad9f77463b20b15993a008f03e96db5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/34348c2691ce6254e8e008026f4c5e72c22bb318",
|
||||
"reference": "34348c2691ce6254e8e008026f4c5e72c22bb318",
|
||||
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/548f8230bad9f77463b20b15993a008f03e96db5",
|
||||
"reference": "548f8230bad9f77463b20b15993a008f03e96db5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -10926,20 +10926,20 @@
|
||||
],
|
||||
"description": "Symfony BrowserKit Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-10-13 13:35:11"
|
||||
"time": "2017-01-02 20:32:22"
|
||||
},
|
||||
{
|
||||
"name": "symfony/dom-crawler",
|
||||
"version": "v3.2.1",
|
||||
"version": "v3.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dom-crawler.git",
|
||||
"reference": "1638c7534a8a2fa0bf9e979f9aacb6d7e8e9e24e"
|
||||
"reference": "27d9790840a4efd3b7bb8f5f4f9efc27b36b7024"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/1638c7534a8a2fa0bf9e979f9aacb6d7e8e9e24e",
|
||||
"reference": "1638c7534a8a2fa0bf9e979f9aacb6d7e8e9e24e",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/27d9790840a4efd3b7bb8f5f4f9efc27b36b7024",
|
||||
"reference": "27d9790840a4efd3b7bb8f5f4f9efc27b36b7024",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -10982,7 +10982,7 @@
|
||||
],
|
||||
"description": "Symfony DomCrawler Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2016-12-10 14:24:53"
|
||||
"time": "2017-01-02 20:32:22"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
|
Loading…
Reference in New Issue
Block a user