Skip to content

Commit 0ca99ff

Browse files
committed
chore: update Symfony constraints to stable versions
- Remove @rc stability constraint, use stable versions - Update to Symfony 8.0.0 stable - Maintain backward compatibility with Symfony 3.x-8.x - Remove minimum-stability constraint All 327 tests pass with Symfony 8.0.0 stable.
1 parent e645f75 commit 0ca99ff

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"nikic/php-parser": "~5",
2828
"ondram/ci-detector": "^4.1",
2929
"phpstan/phpdoc-parser": "^1.2|^2.0",
30-
"symfony/console": "^8.0@RC",
31-
"symfony/event-dispatcher": "^8.0@RC",
32-
"symfony/finder": "^8.0@RC",
30+
"symfony/console": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0",
31+
"symfony/event-dispatcher": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0",
32+
"symfony/finder": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0",
3333
"symfony/polyfill-php80": "^1.20",
3434
"webmozart/assert": "^1.9"
3535
},
@@ -40,7 +40,7 @@
4040
"phpspec/prophecy-phpunit": "^2.3",
4141
"phpunit/phpunit": "^7.5|^9.0|^10.0",
4242
"roave/security-advisories": "dev-master",
43-
"symfony/var-dumper": "^8.0@RC"
43+
"symfony/var-dumper": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0"
4444
},
4545
"autoload": {
4646
"psr-4": {
@@ -52,8 +52,6 @@
5252
"Arkitect\\Tests\\": "tests/"
5353
}
5454
},
55-
"minimum-stability": "RC",
56-
"prefer-stable": true,
5755
"config": {
5856
"bin-dir": "bin",
5957
"sort-packages": true

0 commit comments

Comments
 (0)