rinvex / laravel-repositories

⚠️ [ABANDONED] Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
https://rinvex.com
MIT License
668 stars 115 forks source link

Why dev-develop required PHP 7 ? #148

Closed erozqba closed 7 years ago

erozqba commented 7 years ago

Laravel 5.4 gives support for PHP 5.6.4. and dev-develop gives support for Laravel 5.4, why does dev-develop not support PHP 5.6.4?

rjsworking commented 7 years ago

Hi. Because the dev-develop branch will turn in the next version of the package and it requires php 7. Php 5.6 is not actively supported since january 19th: http://php.net/supported-versions.php . Later this year, laravel 5.5 will drop php 5.6 support as symfony 4 will do too: http://fabien.potencier.org/symfony4-compose-applications.html

Cheers

Omranic commented 6 years ago

Just confirming that all stable coming releases of all of our packages will require at least PHP v7.0+ and Laravel v5.5 for Laravel packages.