-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Bump minimum version to PHP 7.1 for Symfony 4 #22733
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,44 +16,44 @@ | |
} | ||
], | ||
"require": { | ||
"php": ">=5.5.9", | ||
"php": "^7.1.3", | ||
"ext-xml": "*", | ||
"symfony/cache": "~3.3|~4.0.0", | ||
"symfony/class-loader": "~3.2", | ||
"symfony/dependency-injection": "~3.3-beta2|~4.0.0", | ||
"symfony/config": "~3.3|~4.0.0", | ||
"symfony/event-dispatcher": "~3.3|~4.0.0", | ||
"symfony/http-foundation": "~3.3|~4.0.0", | ||
"symfony/http-kernel": "~3.3|~4.0.0", | ||
"symfony/cache": "~3.4|~4.0", | ||
"symfony/class-loader": "~3.4|~4.0", | ||
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. The ClassLoader component won't have a 4.0 release. 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. yeah, but the requirement will be dropped entirely when removing deprecated code anyway (only the BC layer requires it), so it is fine for now |
||
"symfony/dependency-injection": "~3.4|~4.0", | ||
"symfony/config": "~3.4|~4.0", | ||
"symfony/event-dispatcher": "~3.4|~4.0", | ||
"symfony/http-foundation": "~3.4|~4.0", | ||
"symfony/http-kernel": "~3.4|~4.0", | ||
"symfony/polyfill-mbstring": "~1.0", | ||
"symfony/filesystem": "~2.8|~3.0|~4.0.0", | ||
"symfony/finder": "~2.8|~3.0|~4.0.0", | ||
"symfony/routing": "~3.3|~4.0.0", | ||
"symfony/stopwatch": "~2.8|~3.0|~4.0.0", | ||
"symfony/filesystem": "~3.4|~4.0", | ||
"symfony/finder": "~3.4|~4.0", | ||
"symfony/routing": "~3.4|~4.0", | ||
"symfony/stopwatch": "~3.4|~4.0", | ||
"doctrine/cache": "~1.0" | ||
}, | ||
"require-dev": { | ||
"fig/link-util": "^1.0", | ||
"symfony/asset": "~3.3|~4.0.0", | ||
"symfony/browser-kit": "~2.8|~3.0|~4.0.0", | ||
"symfony/console": "~3.3|~4.0.0", | ||
"symfony/css-selector": "~2.8|~3.0|~4.0.0", | ||
"symfony/dom-crawler": "~2.8|~3.0|~4.0.0", | ||
"symfony/asset": "~3.4|~4.0", | ||
"symfony/browser-kit": "~3.4|~4.0", | ||
"symfony/console": "~3.4|~4.0", | ||
"symfony/css-selector": "~3.4|~4.0", | ||
"symfony/dom-crawler": "~3.4|~4.0", | ||
"symfony/polyfill-intl-icu": "~1.0", | ||
"symfony/security": "~2.8|~3.0|~4.0.0", | ||
"symfony/form": "~3.3|~4.0.0", | ||
"symfony/expression-language": "~2.8|~3.0|~4.0.0", | ||
"symfony/process": "~2.8|~3.0|~4.0.0", | ||
"symfony/security-core": "~3.2|~4.0.0", | ||
"symfony/security-csrf": "~2.8|~3.0|~4.0.0", | ||
"symfony/serializer": "~3.3|~4.0.0", | ||
"symfony/translation": "~3.2|~4.0.0", | ||
"symfony/templating": "~2.8|~3.0|~4.0.0", | ||
"symfony/validator": "~3.3|~4.0.0", | ||
"symfony/workflow": "~3.3|~4.0.0", | ||
"symfony/yaml": "~3.2|~4.0.0", | ||
"symfony/property-info": "~3.3|~4.0.0", | ||
"symfony/web-link": "~3.3|~4.0.0", | ||
"symfony/security": "~3.4|~4.0", | ||
"symfony/form": "~3.4|~4.0", | ||
"symfony/expression-language": "~3.4|~4.0", | ||
"symfony/process": "~3.4|~4.0", | ||
"symfony/security-core": "~3.4|~4.0", | ||
"symfony/security-csrf": "~3.4|~4.0", | ||
"symfony/serializer": "~3.4|~4.0", | ||
"symfony/translation": "~3.4|~4.0", | ||
"symfony/templating": "~3.4|~4.0", | ||
"symfony/validator": "~3.4|~4.0", | ||
"symfony/workflow": "~3.4|~4.0", | ||
"symfony/yaml": "~3.4|~4.0", | ||
"symfony/property-info": "~3.4|~4.0", | ||
"symfony/web-link": "~3.4|~4.0", | ||
"doctrine/annotations": "~1.0", | ||
"phpdocumentor/reflection-docblock": "^3.0", | ||
"twig/twig": "~1.26|~2.0", | ||
|
@@ -63,14 +63,14 @@ | |
"phpdocumentor/reflection-docblock": "<3.0", | ||
"phpdocumentor/type-resolver": "<0.2.0", | ||
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", | ||
"symfony/asset": "<3.3", | ||
"symfony/console": "<3.3", | ||
"symfony/form": "<3.3", | ||
"symfony/property-info": "<3.3", | ||
"symfony/serializer": "<3.3", | ||
"symfony/translation": "<3.2", | ||
"symfony/validator": "<3.3", | ||
"symfony/workflow": "<3.3" | ||
"symfony/asset": "<3.4", | ||
"symfony/console": "<3.4", | ||
"symfony/form": "<3.4", | ||
"symfony/property-info": "<3.4", | ||
"symfony/serializer": "<3.4", | ||
"symfony/translation": "<3.4", | ||
"symfony/validator": "<3.4", | ||
"symfony/workflow": "<3.4" | ||
}, | ||
"suggest": { | ||
"ext-apcu": "For best performance of the system caches", | ||
|
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.
the test suite does not pass yet with mongodb - but this is not master specific so should be handled on a lower branch