1
0
mirror of synced 2024-11-21 20:46:03 +03:00

Merge pull request #1 from linniksa/sf

add symfony versions other that 2.8
This commit is contained in:
Ilyas Salikhov 2018-11-26 19:41:01 +03:00 committed by GitHub
commit df1543abd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,12 @@
"ext-curl": "*", "ext-curl": "*",
"guzzle/guzzle": "~3.7", "guzzle/guzzle": "~3.7",
"jms/serializer": "~0.12 || ~1.4.2", "jms/serializer": "~0.12 || ~1.4.2",
"symfony/validator": "2.8.*", "symfony/validator": "~2.8|~3.4|~4.0",
"doctrine/cache": "~1.6", "doctrine/cache": "~1.6",
"psr/log": "~1.0" "psr/log": "~1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "7.1." "phpunit/phpunit": "~7"
}, },
"support": { "support": {
"email": "support@retailcrm.ru" "email": "support@retailcrm.ru"