composer / satis

Simple static Composer repository generator - For a full private Composer repo use Private Packagist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does not work on php>= 5.3 php<=5.4

DeathError opened this issue · comments

PHP 5.3+ declared in README.md
used the latest version https://github.com/composer/satis/releases/tag/1.0.0
composer.phar -v 1.6.3
php -v PHP 5.4.45 (cli) (built: Feb 18 2017 15:44:23)

php bin/satis build satis.json /home/jenkins_deploy/satis/build PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/jenkins_deploy/satis/vendor/symfony/console/Application.php on line 124

Tried composer clear-cache. Also tried on the new system.
I must say in php 5.5 everything works!

question to remove. did not notice that it is only in https://github.com/composer/satis/tree/1.0.0-alpha1
in the new version only php 7 support!