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

Bumping ORM YAML dependency to 3.4+, explicitly forbidding compatibility with older YAML component versions

This commit is contained in:
Marco Pivetta 2017-08-16 20:21:26 +02:00
parent bb994b9e70
commit 40515472c1
No known key found for this signature in database
GPG Key ID: 4167D3337FD9D629

View File

@ -24,8 +24,11 @@
"doctrine/annotations": "~1.4", "doctrine/annotations": "~1.4",
"symfony/console": "~3.0|~4.0" "symfony/console": "~3.0|~4.0"
}, },
"conflict": {
"symfony/yaml": "<3.4"
},
"require-dev": { "require-dev": {
"symfony/yaml": "~3.0|~4.0", "symfony/yaml": "~3.4|~4.0",
"phpunit/phpunit": "^6.0" "phpunit/phpunit": "^6.0"
}, },
"suggest": { "suggest": {