Stolz / Assets

An ultra-simple-to-use assets management library for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

min php version not 5.3

anedisi opened this issue · comments

There is a new array syntax in service provider and flush pipeline that make it not working on php 5.3.
After replacing the syntax it works again.

There are some suckers that have to work with 5.3 and it would be cool to keep it compatible with 5.3

Thx.

commented

The service provider is meant to be used with Laravel. Laravel requires PHP >= 5.4. According to PHP_CodeSniffer the assets library itself is 100% compatible with ancient PHP 5.3

Im using the LegacyServiceProvider and there is only one line of code making it not work on 5.3 (laravel 4.1)