8000 minor #32871 bump required PHP versions (xabbuh) · symfony/symfony@b0d22d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0d22d8

Browse files
committed
minor #32871 bump required PHP versions (xabbuh)
This PR was merged into the 5.0-dev branch. Discussion ---------- bump required PHP versions | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 57c533f bump required PHP versions
2 parents 62655b6 + 57c533f commit b0d22d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/ErrorHandler/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3",
19+
"php": "^7.2.9",
2020
"psr/log": "~1.0"
2121
},
2222
"require-dev": {

src/Symfony/Component/ErrorRenderer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3",
19+
"php": "^7.2.9",
2020
"psr/log": "~1.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)
0