-
-
Notifications
You must be signed in to change notification settings - Fork 455
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
Require PHP 7.1 #668
Require PHP 7.1 #668
Conversation
We're actually going to require php 7.1, so I'd suggest to already do it here |
.travis.yml
Outdated
@@ -7,20 +7,15 @@ cache: | |||
- $HOME/.composer/cache | |||
|
|||
php: | |||
- 5.5 | |||
- 5.6 | |||
- 7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should drop this too, as per @lcobucci's review
43d4f91
to
9f9360c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's forget this fake "mario" and get it 🚢
As with ORM itself, the bundle will require PHP 7 in the future. Older Symfony versions may be removed in a separate pull request. I haven't made the effort to use the
::class
constant and short array syntax throughout, I'll leave that for a separate pull request.