Skip to content

Commit a0387f3

Browse files
committed
Upgrade Rector & PHPStan
1 parent 4bfa229 commit a0387f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
"php": "^8.1",
3232
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0",
3333
"sylius/registry": "^1.5",
34-
"symfony/config": "^5.4 || ^6.4 || ^7.0",
34+
"symfony/config": "^6.4 || ^7.0",
3535
"symfony/deprecation-contracts": "^2.2",
36-
"symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0",
37-
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
36+
"symfony/event-dispatcher": "^6.4 || ^7.0",
37+
"symfony/http-kernel": "^6.4 || ^7.0",
3838
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0",
3939
"webmozart/assert": "^1.9"
4040
},
4141
"require-dev": {
4242
"phpspec/phpspec": "^7.2",
43-
"symfony/property-access": "^5.4 || ^6.4 || ^7.0"
43+
"symfony/property-access": "^6.4 || ^7.0"
4444
},
4545
"extra": {
4646
"branch-alias": {

0 commit comments

Comments
 (0)