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

Support PHP advanced version. #874

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support PHP advanced version. #874

wants to merge 1 commit into from

Conversation

lilianjin
Copy link

No description provided.

@@ -13,8 +13,8 @@
}
],
"require": {
"php": ">=5.3.1",
"symfony/process": "~2.1|~3.0"
"php": ">=7.1",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This PR is dropping support for old versions, not adding support for new versions of PHP (which were already allowed by the range

@LukeTowers
Copy link

This has been implemented in the 2.0 branch of assetic-php/assetic. Until we tag 2.0, you can pull it in by using "assetic/framework": "dev-2.0/dev" in your composer.json files.

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