alexeyrybak / blitz

Blitz templates, template engine extension for PHP
Other
92 stars 42 forks source link

Remove (PHP7) from the version string #49

Closed jenssegers closed 8 years ago

jenssegers commented 8 years ago

This is causing some issues when requiring a minimum version in composer.json:

 - The requested PHP extension ext-blitz >=0.9.1 has the wrong version (0.10.3 (PHP7)) installed.
jenssegers commented 8 years ago

Any news on when the php7 branch will be merged with master?

alexeyrybak commented 8 years ago

This can't be merged to the same branch which is used for PHP5. So either have a separate PHP7 branch, and leave master for PHP5 until PHP7 is at least 75% vs other versions, or create a separate branch for PHP5, and replace master by a PHP7 branch. I would prefer to leave everything as is, but maybe I don't see some disadvantages, are there any?