Skip to content

Allow php >= 5.6 #127

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

Merged
merged 2 commits into from
Nov 10, 2017
Merged

Allow php >= 5.6 #127

merged 2 commits into from
Nov 10, 2017

Conversation

jurruh
Copy link

@jurruh jurruh commented Nov 10, 2017

Allows support for php 5.6 or above

Allows support for php 5.6 or above
composer.json Outdated
@@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.0",
"php": ">=5.6",
Copy link
Member

Choose a reason for hiding this comment

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

Could you please change this to ^5.6 || ^7.0 current expession would also allow php v8. This doesn't exist but it will in the future.

Copy link
Author

Choose a reason for hiding this comment

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

Fixed it!

@jaapio jaapio merged commit bf329f6 into phpDocumentor:release/3.x Nov 10, 2017
@jaapio
Copy link
Member

jaapio commented Nov 10, 2017

Thanks, I will create a new tag later today.

@jurruh
Copy link
Author

jurruh commented Nov 16, 2017

@jaapio could you please create the tag so we can use it in our project? Thanks.

@jaapio
Copy link
Member

jaapio commented Nov 18, 2017

Just released v3.3.1

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.

2 participants