mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[PR #125] [CLOSED] support php5.6 too #260
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#260
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?
📋 Pull Request Information
Original PR: https://github.com/jwilsson/spotify-web-api-php/pull/125
Author: @albertborsos
Created: 5/31/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
9be1346support php5.6 too📊 Changes
7 files changed (+12 additions, -11 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
README.md(+1 -1)📝
composer.json(+2 -2)📝
docs/getting-started.md(+1 -1)📝
src/Request.php(+1 -1)📝
src/Session.php(+5 -5)📝
src/SpotifyWebAPI.php(+1 -1)📄 Description
First, thanks for this awesome package.
I have to use it on a server which runs php 5.6, but this package is not support it.
I checked the source and there is no serious reason to restrict minimum php version to 7.0 :)
With wider requirements your package can reach more people :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.