You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hmm seems like @bshaffer forgot to remove php 5.3 support in #869 not sure what to do now. removing support now will leave old users with a broken latest version that supports php 5.3.
but @augsteyer maybe time to update your php version? php5.3 is almost 4 years is not supported
I believe this is the only thing that keeps this from being 5.3 compatible. Easier to switch these two to = array(); and retain 5.3.9 support, no?
Also, when working with 100k+ merchant systems, it's not that easy to tell everyone to upgrade their php. Merchant's are risk aversive bunch and would rather avoid our plugin than upgrade their system.
Was running the code on PHP5.3 and got an error in my logs:
These are the php5.4 syntax culprits:
Based on the required composer version of php 5.3.9, I am assuming this is a bug.
The text was updated successfully, but these errors were encountered: