mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #36] Increase minimum PHP version #20
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jwilsson on GitHub (Jul 19, 2015).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/36
I would like to suggest a bump in the minimum required PHP version. The current minimum version is
5.3which isn't supported by the PHP team anymore while5.4only has security support for roughly two more months at the time of this writing.Looking at some of the largest PHP projects, a minimum of
5.4or5.5is required. I therefore suggest we follow along and require at least5.5. Any other thoughts and/or opinions?