1
0
mirror of synced 2025-02-10 01:09:26 +03:00

Merge pull request #6911 from lcobucci/bump-dependencies

Require more up-to-date dependencies
This commit is contained in:
Marco Pivetta 2017-12-20 00:19:31 +01:00 committed by GitHub
commit d752cafb47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
"require": { "require": {
"php": "^7.1", "php": "^7.1",
"ext-pdo": "*", "ext-pdo": "*",
"doctrine/annotations": "~1.4", "doctrine/annotations": "~1.5",
"doctrine/cache": "~1.6", "doctrine/cache": "~1.6",
"doctrine/collections": "^1.4", "doctrine/collections": "^1.4",
"doctrine/common": "^2.7.1", "doctrine/common": "^2.7.1",
@ -28,8 +28,8 @@
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^1.0", "doctrine/coding-standard": "^1.0",
"phpunit/phpunit": "^6.0", "phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.1", "squizlabs/php_codesniffer": "^3.2",
"symfony/yaml": "~3.4|~4.0" "symfony/yaml": "~3.4|~4.0"
}, },
"suggest": { "suggest": {