Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHP version constraint #38

Merged
merged 2 commits into from
Feb 2, 2017

Conversation

svenluijten
Copy link
Contributor

Since we're using [] in the code, we need at least PHP 5.5.* to be installed on the system.

Because you're using `[]` in the code, we need at least version 5.5.* of PHP to be installed on the system.
@ThePixelDeveloper ThePixelDeveloper merged commit 5cf8d54 into ThePixelDeveloper:master Feb 2, 2017
@svenluijten svenluijten deleted the patch-1 branch February 2, 2017 08:44
@svenluijten
Copy link
Contributor Author

Oh, quick note: This might have to be part of the next major version (5.x) because some people's deployment process might break because of this.

@hkdobrev
Copy link
Contributor

hkdobrev commented Feb 2, 2017

I'm all for upgrading the minimum PHP version, but the short array syntax was added in PHP 5.4, not PHP 5.5.

Apart from that I'd recommend upgrading to PHP 7 from next major version. Thanks!

@svenluijten
Copy link
Contributor Author

@hkdobrev you're right, it was actually introduced in 5.4. My bad! @ThePixelDeveloper, can you amend this in the composer.json or do you want me to submit another PR? 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants