[PR #125] [CLOSED] support php5.6 too #260

Closed
opened 2026-02-27 19:26:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jwilsson/spotify-web-api-php/pull/125
Author: @albertborsos
Created: 5/31/2018
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jwilsson/spotify-web-api-php/pull/125 **Author:** [@albertborsos](https://github.com/albertborsos) **Created:** 5/31/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9be1346`](https://github.com/jwilsson/spotify-web-api-php/commit/9be1346f74dd6a054bc24924e5d01f0c9e51c0f0) support php5.6 too ### 📊 Changes **7 files changed** (+12 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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 :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:26:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-web-api-php#260
No description provided.