contao / manager-bundle

[READ-ONLY] Contao Manager Bundle
GNU Lesser General Public License v3.0
17 stars 10 forks source link

Requirements php 7.1 #49

Closed rabauss closed 6 years ago

rabauss commented 6 years ago

the composer.json should require php 7.1 because in php 7.0 we cannot install contao at the moment because of "symfony/console": "^3.3.7" in contao-core requirements!

fritzmg commented 6 years ago

Why? The minimum PHP version for "symfony/console": "^3.3.7" is "php": "^5.5.9|>=7.0.8".

leofeyer commented 6 years ago

You probably ran into this: https://github.com/contao/managed-edition/issues/25