Downgrade doctrine for php5.6

This commit is contained in:
snipe 2017-10-23 20:54:52 -07:00
parent 3799ab87ed
commit 3db25dca7a
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@
"php": ">=5.6.4",
"aws/aws-sdk-php-laravel": "^3.1",
"barryvdh/laravel-debugbar": "^2.4",
"doctrine/cache": "^1.6",
"doctrine/common": "^2.7",
"doctrine/cache": "^1.5",
"doctrine/common": "2.7.3",
"doctrine/dbal": "v2.5.13",
"doctrine/inflector": "1.1.*",
"doctrine/instantiator": "1.0.*",

2
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",
"This file is @generated automatically"
],
"content-hash": "0b0e517d5028f9e5282a8683afeeb28d",
"content-hash": "e61a199c0d0c43ad2fb23424d7e2c9cd",
"packages": [
{
"name": "aws/aws-sdk-php",