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 the PHP requirement in the composer.json #148

Merged
merged 1 commit into from
Sep 5, 2016

Conversation

stof
Copy link
Collaborator

@stof stof commented Jul 22, 2016

This allows knowing the min requirement.

The code tells me that it is at least 5.4 (it uses syntaxes incompatible with 5.3). I went for 5.5 here, because 5.4 was removed from Travis.

@@ -12,6 +12,7 @@
}
],
"require": {
"php": "^5.5 || ^7",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO that is quite unusal
Why just not to specify minimum version?
"php": ">=5.5"

@barryvdh
Copy link
Contributor

Do you have a source for the 5.4 removal? I'm still seeing 5.4 builds working on my Travis builds?

@stof
Copy link
Collaborator Author

stof commented Aug 19, 2016

@barryvdh The Travis configuration does not include 5.4 anymore: https://github.com/tijsverkoyen/CssToInlineStyles/blob/master/.travis.yml

@barryvdh
Copy link
Contributor

Oh sorry, from this travis config. D'oh, nevermind

@tijsverkoyen tijsverkoyen merged commit 4f8445e into tijsverkoyen:master Sep 5, 2016
@stof stof deleted the php_version branch September 5, 2016 10:30
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.

4 participants