Skip to content

Commit 9206b74

Browse files
Bump package versions (#392)
- [x] Remove Symfony 5.4 support - [x] Bump PHPStan version - [x] Bump Rector version
2 parents 937bd8b + 59e9b60 commit 9206b74

File tree

6 files changed

+1680
-39
lines changed

6 files changed

+1680
-39
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
matrix:
2020
php: ["8.1", "8.2", "8.3"]
2121
postgres: [""]
22-
symfony: ["^5.4", "^6.4"]
22+
symfony: ["^6.4"]
2323
include:
2424
-
2525
php: 8.1
26-
symfony: "^5.4"
26+
symfony: "^6.4"
2727
postgres: "13.3"
2828
-
2929
php: 8.1
30-
symfony: "^5.4"
30+
symfony: "^6.4"
3131
postgres: "14.0"
3232
-
3333
php: 8.3
@@ -138,7 +138,7 @@ jobs:
138138
fail-fast: false
139139
matrix:
140140
php: ["8.3"]
141-
skeleton: ["^5", "^6", "^7"]
141+
skeleton: ["^6", "^7"]
142142

143143
steps:
144144
-

composer.json

Lines changed: 17 additions & 17 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",
35-
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
34+
"symfony/config": "^6.4 || ^7.0",
35+
"symfony/dependency-injection": "^6.4 || ^7.0",
3636
"symfony/deprecation-contracts": "^2.2 || ^3.1",
37-
"symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0",
38-
"symfony/form": "^5.4 || ^6.4 || ^7.0",
39-
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0",
40-
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
41-
"symfony/options-resolver": "^5.4 || ^6.4 || ^7.0",
42-
"symfony/property-access": "^5.4 || ^6.4 || ^7.0",
43-
"symfony/validator": "^5.4 || ^6.4 || ^7.0",
37+
"symfony/event-dispatcher": "^6.4 || ^7.0",
38+
"symfony/form": "^6.4 || ^7.0",
39+
"symfony/framework-bundle": "^6.4 || ^7.0",
40+
"symfony/http-kernel": "^6.4 || ^7.0",
41+
"symfony/options-resolver": "^6.4 || ^7.0",
42+
"symfony/property-access": "^6.4 || ^7.0",
43+
"symfony/validator": "^6.4 || ^7.0",
4444
"webmozart/assert": "^1.9"
4545
},
4646
"replace": {
@@ -66,21 +66,21 @@
6666
"pagerfanta/pagerfanta": "^3.7 || ^4.0",
6767
"pamil/phpspec-skip-example-extension": "^4.2",
6868
"phpspec/phpspec": "^7.2",
69-
"phpstan/phpstan": "^1.7",
70-
"phpstan/phpstan-phpunit": "^1.1",
71-
"phpstan/phpstan-webmozart-assert": "^1.2",
69+
"phpstan/phpstan": "^2.0",
70+
"phpstan/phpstan-phpunit": "^2.0",
71+
"phpstan/phpstan-webmozart-assert": "^2.0",
7272
"phpunit/phpunit": "^9.5",
7373
"sylius-labs/coding-standard": "^4.0",
7474
"sylius/resource-bundle": "^1.12",
75-
"symfony/console": "^5.4 || ^6.4 || ^7.0",
76-
"symfony/css-selector": "^5.4 || ^6.4 || ^7.0",
77-
"symfony/dotenv": "^5.4 || ^6.4 || ^7.0",
75+
"symfony/console": "^6.4 || ^7.0",
76+
"symfony/css-selector": "^6.4 || ^7.0",
77+
"symfony/dotenv": "^6.4 || ^7.0",
7878
"symfony/maker-bundle": "^1.36",
7979
"symfony/polyfill-mbstring": "<1.22.0 || >1.22.0",
80-
"symfony/twig-bundle": "^5.4 || ^6.4 || ^7.0",
80+
"symfony/twig-bundle": "^6.4 || ^7.0",
8181
"twig/twig": "^2.12 || ^3.0",
8282
"vimeo/psalm": "^5.23",
83-
"rector/rector": "^0.13"
83+
"rector/rector": "^2.0"
8484
},
8585
"suggest": {
8686
"sylius/currency-bundle": "^1.7"

0 commit comments

Comments
 (0)