PHP minimal version in composer.json now is 7.0.0
This commit is contained in:
parent
b034a3e875
commit
d02a3a03a7
|
@ -7,7 +7,7 @@
|
||||||
"psr-0": { "": "src/", "SymfonyStandard": "app/" }
|
"psr-0": { "": "src/", "SymfonyStandard": "app/" }
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3",
|
"php": ">=7.0.0",
|
||||||
"symfony/symfony": "2.7.*",
|
"symfony/symfony": "2.7.*",
|
||||||
"doctrine/orm": "~2.4,<2.7.0",
|
"doctrine/orm": "~2.4,<2.7.0",
|
||||||
"doctrine/dbal": "~2.4",
|
"doctrine/dbal": "~2.4",
|
||||||
|
|
Loading…
Reference in a new issue