Skip to content

Commit

Permalink
Merge pull request #762 from michael-rubel/allow/symfony-console-7.0
Browse files Browse the repository at this point in the history
Spring gardening: Symfony 7 support
  • Loading branch information
Ocramius authored Apr 11, 2024
2 parents 1f13cd1 + 9ed7749 commit 92d33e4
Show file tree
Hide file tree
Showing 17 changed files with 1,206 additions and 854 deletions.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "roave/backward-compatibility-check",
"description": "Tool to compare two revisions of a public API to check for BC breaks",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0",
"azjezz/psl": "^2.3.1",
"composer/composer": "^2.7.0",
"nikic/php-parser": "^4.15.3",
"nikolaposa/version": "^4.1.0",
"ocramius/package-versions": "^2.7.0",
"roave/better-reflection": "^6.5.0",
"symfony/console": "^6.2.3"
"symfony/console": "^7.0"
},
"license": "MIT",
"authors": [
Expand All @@ -30,7 +30,7 @@
"roave/infection-static-analysis-plugin": "^1.27.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^5.4.0"
"vimeo/psalm": "^5.16"
},
"conflict": {
"revolt/event-loop": "<0.2.5",
Expand All @@ -52,7 +52,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.1.99"
"php": "8.2.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
Expand Down
Loading

0 comments on commit 92d33e4

Please sign in to comment.