README.md states "Requirements: PHP 5.5.9 or higher" composer.json starts with: { "name": "symfony/symfony-demo", "license": "MIT", "type": "project", "description": "Symfony Demo Application", "require": { "php": "^7.1.3", So which is it - PHP 7 or 5.5? Or am I confused?