PHP minimal version in composer.json now is 7.0.0

This commit is contained in:
Alexey Skobkin 2017-01-08 22:45:11 +03:00
parent b034a3e875
commit d02a3a03a7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"psr-0": { "": "src/", "SymfonyStandard": "app/" }
},
"require": {
"php": ">=5.3.3",
"php": ">=7.0.0",
"symfony/symfony": "2.7.*",
"doctrine/orm": "~2.4,<2.7.0",
"doctrine/dbal": "~2.4",