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

Change PHP version constraint to support PHP 7 #11

Merged
merged 1 commit into from
Oct 13, 2014

Conversation

nikic
Copy link
Contributor

@nikic nikic commented Oct 13, 2014

No description provided.

@@ -16,7 +16,7 @@
}
],
"require": {
"php": "~5.3"
"php": ">=5.3"
Copy link
Member

Choose a reason for hiding this comment

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

I'd rather prefer ">=5.3,<8.0-DEV" then: upper bound unconstrained dependencies are very problematic

@Ocramius Ocramius merged commit 1f18a2b into doctrine:master Oct 13, 2014
Ocramius added a commit that referenced this pull request Oct 13, 2014
@Ocramius
Copy link
Member

@nikic manually merged, thanks!

@Ocramius Ocramius self-assigned this Oct 13, 2014
@Ocramius Ocramius added this to the 1.0.4 milestone Oct 13, 2014
@Ocramius Ocramius added the bug label Oct 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants