GroundApps / ShoppingList_Backend

Simple Centralized Shoppinglist - php backend
GNU General Public License v3.0
27 stars 23 forks source link

Add support for newer versions of PHP #81

Closed DerVerruckteFuchs closed 7 years ago

DerVerruckteFuchs commented 7 years ago

PHP 5.6.29 is what is available in Debian Jessie's (8.0) repo. Right now ShoppingList_Backend supports PHP >= 5.3.7. If a version of a package is too old for Debian then I'd think very few, if any, Linux distros would still support such an old version. I'd love to use ShoppingList_Backend, but I'd rather not mess with downgrading or snapshots since I already have other things relying on the current version of PHP I'm using.

DerVerruckteFuchs commented 7 years ago

I misread the equal-to-or-greater-than sign as an equal-to-or-less-than sign. Sorry about that.