Skip to content

Commit 92d33e4

Browse files
authored
Merge pull request #762 from michael-rubel/allow/symfony-console-7.0
Spring gardening: Symfony 7 support
2 parents 1f13cd1 + 9ed7749 commit 92d33e4

17 files changed

+1206
-854
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
dependencies:
4646
- "locked"
4747
php-version:
48-
- "8.1"
4948
- "8.2"
5049
- "8.3"
5150
operating-system:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "roave/backward-compatibility-check",
33
"description": "Tool to compare two revisions of a public API to check for BC breaks",
44
"require": {
5-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
5+
"php": "~8.2.0 || ~8.3.0",
66
"azjezz/psl": "^2.3.1",
77
"composer/composer": "^2.7.0",
88
"nikic/php-parser": "^4.15.3",
99
"nikolaposa/version": "^4.1.0",
1010
"ocramius/package-versions": "^2.7.0",
1111
"roave/better-reflection": "^6.5.0",
12-
"symfony/console": "^6.2.3"
12+
"symfony/console": "^7.0"
1313
},
1414
"license": "MIT",
1515
"authors": [
@@ -30,7 +30,7 @@
3030
"roave/infection-static-analysis-plugin": "^1.27.0",
3131
"roave/security-advisories": "dev-master",
3232
"squizlabs/php_codesniffer": "^3.7.1",
33-
"vimeo/psalm": "^5.4.0"
33+
"vimeo/psalm": "^5.16"
3434
},
3535
"conflict": {
3636
"revolt/event-loop": "<0.2.5",
@@ -52,7 +52,7 @@
5252
"config": {
5353
"sort-packages": true,
5454
"platform": {
55-
"php": "8.1.99"
55+
"php": "8.2.99"
5656
},
5757
"allow-plugins": {
5858
"dealerdirect/phpcodesniffer-composer-installer": true,

0 commit comments

Comments
 (0)