Fix PHP7.0 builds failing due to cache

This commit is contained in:
Dane Everitt 2017-08-04 19:22:56 -05:00
parent 275c01bc37
commit 4391defb9f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 100 additions and 99 deletions

View file

@ -4,9 +4,10 @@ php:
- '7.0' - '7.0'
- '7.1' - '7.1'
sudo: false sudo: false
cache: cache: false
directories: #cache:
- $HOME/.composer/cache # directories:
# - $HOME/.composer/cache
services: services:
- mysql - mysql
before_install: before_install:

View file

@ -18,7 +18,7 @@
"aws/aws-sdk-php": "3.29.7", "aws/aws-sdk-php": "3.29.7",
"barryvdh/laravel-debugbar": "2.4.0", "barryvdh/laravel-debugbar": "2.4.0",
"daneeveritt/login-notifications": "1.0.0", "daneeveritt/login-notifications": "1.0.0",
"doctrine/dbal": "2.5.12", "doctrine/dbal": "2.5.13",
"edvinaskrucas/settings": "2.0.0", "edvinaskrucas/settings": "2.0.0",
"fideloper/proxy": "3.3.3", "fideloper/proxy": "3.3.3",
"guzzlehttp/guzzle": "6.2.3", "guzzlehttp/guzzle": "6.2.3",
@ -41,13 +41,13 @@
"webpatser/laravel-uuid": "2.0.1" "webpatser/laravel-uuid": "2.0.1"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-ide-helper": "^2.3", "barryvdh/laravel-ide-helper": "2.4.1",
"friendsofphp/php-cs-fixer": "1.*", "friendsofphp/php-cs-fixer": "1.13.1",
"fzaninotto/faker": "~1.4", "fzaninotto/faker": "1.6.0",
"mockery/mockery": "0.9.*", "mockery/mockery": "0.9.9",
"php-mock/php-mock-phpunit": "^1.1", "php-mock/php-mock-phpunit": "1.1.2",
"phpunit/phpunit": "~5.7", "phpunit/phpunit": "5.7.21",
"sllh/php-cs-fixer-styleci-bridge": "^2.1" "sllh/php-cs-fixer-styleci-bridge": "2.1.1"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [

176
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "48a6ed67ba0a480511075590af7f8eba", "content-hash": "d4f8198c8d3d27408b5be1a525e8ad4b",
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
@ -564,16 +564,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "v2.5.12", "version": "v2.5.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44" "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44", "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
"reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44", "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -631,7 +631,7 @@
"persistence", "persistence",
"queryobject" "queryobject"
], ],
"time": "2017-02-08T12:53:47+00:00" "time": "2017-07-22T20:44:48+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@ -1993,16 +1993,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v3.0.6", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "0808939f81c1347a3c8a82a5925385a08074b0f1" "reference": "4d4896e553f2094e657fe493506dc37c509d4e2b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0808939f81c1347a3c8a82a5925385a08074b0f1", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4d4896e553f2094e657fe493506dc37c509d4e2b",
"reference": "0808939f81c1347a3c8a82a5925385a08074b0f1", "reference": "4d4896e553f2094e657fe493506dc37c509d4e2b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2040,7 +2040,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2017-06-28T20:53:48+00:00" "time": "2017-07-28T14:45:09+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
@ -2350,16 +2350,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.8.10", "version": "v0.8.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "7ab97e5a32202585309f3ee35a0c08d2a8e588b1" "reference": "b193cd020e8c6b66cea6457826ae005e94e6d2c0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/7ab97e5a32202585309f3ee35a0c08d2a8e588b1", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/b193cd020e8c6b66cea6457826ae005e94e6d2c0",
"reference": "7ab97e5a32202585309f3ee35a0c08d2a8e588b1", "reference": "b193cd020e8c6b66cea6457826ae005e94e6d2c0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2419,7 +2419,7 @@
"interactive", "interactive",
"shell" "shell"
], ],
"time": "2017-07-22T15:14:19+00:00" "time": "2017-07-29T19:30:02+00:00"
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
@ -2657,16 +2657,16 @@
}, },
{ {
"name": "spatie/fractalistic", "name": "spatie/fractalistic",
"version": "2.3.1", "version": "2.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/fractalistic.git", "url": "https://github.com/spatie/fractalistic.git",
"reference": "2bba98fd266d4691395904be6d981bd09150802f" "reference": "012c4182203ba9127bb0a31cec3c211ce68227d9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/fractalistic/zipball/2bba98fd266d4691395904be6d981bd09150802f", "url": "https://api.github.com/repos/spatie/fractalistic/zipball/012c4182203ba9127bb0a31cec3c211ce68227d9",
"reference": "2bba98fd266d4691395904be6d981bd09150802f", "reference": "012c4182203ba9127bb0a31cec3c211ce68227d9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2704,7 +2704,7 @@
"spatie", "spatie",
"transform" "transform"
], ],
"time": "2017-07-21T23:08:30+00:00" "time": "2017-07-24T08:06:12+00:00"
}, },
{ {
"name": "spatie/laravel-fractal", "name": "spatie/laravel-fractal",
@ -2820,16 +2820,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "a97e45d98c59510f085fa05225a1acb74dfe0546" "reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/a97e45d98c59510f085fa05225a1acb74dfe0546", "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
"reference": "a97e45d98c59510f085fa05225a1acb74dfe0546", "reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2885,11 +2885,11 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-07-03T13:19:36+00:00" "time": "2017-07-29T21:27:59+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
@ -2942,16 +2942,16 @@
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "63b85a968486d95ff9542228dc2e4247f16f9743" "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743", "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
"reference": "63b85a968486d95ff9542228dc2e4247f16f9743", "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2994,11 +2994,11 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-07-05T13:02:37+00:00" "time": "2017-07-28T15:27:31+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
@ -3061,7 +3061,7 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
@ -3110,16 +3110,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "e307abe4b79ccbbfdced9b91c132fd128f456bc5" "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e307abe4b79ccbbfdced9b91c132fd128f456bc5", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49e8cd2d59a7aa9bfab19e46de680c76e500a031",
"reference": "e307abe4b79ccbbfdced9b91c132fd128f456bc5", "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3159,20 +3159,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-07-17T14:07:10+00:00" "time": "2017-07-21T11:04:46+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "16ceea64d23abddf58797a782ae96a5242282cd8" "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/16ceea64d23abddf58797a782ae96a5242282cd8", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/db10d05f1d95e4168e638db7a81c79616f568ea5",
"reference": "16ceea64d23abddf58797a782ae96a5242282cd8", "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3245,7 +3245,7 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-07-17T19:08:23+00:00" "time": "2017-08-01T10:25:59+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -3416,7 +3416,7 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
@ -3465,16 +3465,16 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "dc70bbd0ca7b19259f63cdacc8af370bc32a4728" "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/dc70bbd0ca7b19259f63cdacc8af370bc32a4728", "url": "https://api.github.com/repos/symfony/routing/zipball/4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
"reference": "dc70bbd0ca7b19259f63cdacc8af370bc32a4728", "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3539,11 +3539,11 @@
"uri", "uri",
"url" "url"
], ],
"time": "2017-06-24T09:29:48+00:00" "time": "2017-07-21T17:43:13+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
@ -3608,16 +3608,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "0f32b62d21991700250fed5109b092949007c5b3" "reference": "b2623bccb969ad595c2090f9be498b74670d0663"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/0f32b62d21991700250fed5109b092949007c5b3", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b2623bccb969ad595c2090f9be498b74670d0663",
"reference": "0f32b62d21991700250fed5109b092949007c5b3", "reference": "b2623bccb969ad595c2090f9be498b74670d0663",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3672,7 +3672,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2017-07-10T14:18:27+00:00" "time": "2017-07-28T06:06:09+00:00"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",
@ -4591,22 +4591,22 @@
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "3.2.0", "version": "3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "46f7e8bb075036c92695b15a1ddb6971c751e585" "reference": "183824db76118b9dddffc7e522b91fa175f75119"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/183824db76118b9dddffc7e522b91fa175f75119",
"reference": "46f7e8bb075036c92695b15a1ddb6971c751e585", "reference": "183824db76118b9dddffc7e522b91fa175f75119",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5", "php": ">=5.5",
"phpdocumentor/reflection-common": "^1.0@dev", "phpdocumentor/reflection-common": "^1.0@dev",
"phpdocumentor/type-resolver": "^0.4.0", "phpdocumentor/type-resolver": "^0.3.0",
"webmozart/assert": "^1.0" "webmozart/assert": "^1.0"
}, },
"require-dev": { "require-dev": {
@ -4632,20 +4632,20 @@
} }
], ],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2017-07-15T11:38:20+00:00" "time": "2017-08-04T20:55:59+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "0.4.0", "version": "0.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4679,7 +4679,7 @@
"email": "me@mikevanriel.com" "email": "me@mikevanriel.com"
} }
], ],
"time": "2017-07-14T14:27:02+00:00" "time": "2017-06-03T08:32:36+00:00"
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
@ -4946,29 +4946,29 @@
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
"version": "1.4.11", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" "reference": "ecb0b2cdaa0add708fe6f329ef65ae0c5225130b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ecb0b2cdaa0add708fe6f329ef65ae0c5225130b",
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", "reference": "ecb0b2cdaa0add708fe6f329ef65ae0c5225130b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-tokenizer": "*", "ext-tokenizer": "*",
"php": ">=5.3.3" "php": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.2" "phpunit/phpunit": "^6.2.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4-dev" "dev-master": "2.0-dev"
} }
}, },
"autoload": { "autoload": {
@ -4991,7 +4991,7 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2017-02-27T10:12:30+00:00" "time": "2017-08-03T14:17:41+00:00"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
@ -5759,7 +5759,7 @@
}, },
{ {
"name": "symfony/class-loader", "name": "symfony/class-loader",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/class-loader.git", "url": "https://github.com/symfony/class-loader.git",
@ -5815,16 +5815,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "a094618deb9a3fe1c3cf500a796e167d0495a274" "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/a094618deb9a3fe1c3cf500a796e167d0495a274", "url": "https://api.github.com/repos/symfony/config/zipball/54ee12b0dd60f294132cabae6f5da9573d2e5297",
"reference": "a094618deb9a3fe1c3cf500a796e167d0495a274", "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5873,11 +5873,11 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-06-16T12:40:34+00:00" "time": "2017-07-19T07:37:29+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
@ -5926,7 +5926,7 @@
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",
@ -5975,16 +5975,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.3.5", "version": "v3.3.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "1f93a8d19b8241617f5074a123e282575b821df8" "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8", "url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
"reference": "1f93a8d19b8241617f5074a123e282575b821df8", "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6026,7 +6026,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-06-15T12:58:50+00:00" "time": "2017-07-23T12:43:26+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",