I just Upgraded PHP to 5.5 and got an error that PHP doesn't understand "use function xyz" in /vendor/zendframework/zend-diactoros/src/functions/marshal_headers_from_sapi.php on line 10. This construct was introduced with PHP 5.6 so I change the reqs here in the readme. Maybe the version_compare in setup.php should be risen too.
I just Upgraded PHP to 5.5 and got an error that PHP doesn't understand "use function xyz" in /vendor/zendframework/zend-diactoros/src/functions/marshal_headers_from_sapi.php on line 10. This construct was introduced with PHP 5.6 so I change the reqs here in the readme. Maybe the version_compare in setup.php should be risen too.