-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Fix PHP 7.1 related failures #19384
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
Fix PHP 7.1 related failures #19384
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
"symfony/security-acl": "~2.6", | ||
"symfony/stopwatch": "~2.2", | ||
"symfony/console": "~2.7", | ||
"symfony/var-dumper": "~2.6", | ||
"symfony/var-dumper": "~2.7.16|~2.8.9", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should be |
||
"symfony/expression-language": "~2.4" | ||
}, | ||
"suggest": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
"php": ">=5.3.9" | ||
}, | ||
"require-dev": { | ||
"symfony/yaml": "~2.1", | ||
"symfony/yaml": "~2.3.42|~2.7.14|~2.8.7", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 3.0.9 and 3.1.3, right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 3.0.7&3.1.1 here There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See #18861 |
||
"symfony/config": "~2.2", | ||
"symfony/expression-language": "~2.6" | ||
}, | ||
|
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.
apcu on 7.1 segfaults for now
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.
have you reported it ?