Skip to content

Commit 96f336f

Browse files
authored
Bump dependencies (#1143)
2 parents 92e4b34 + ac54f2b commit 96f336f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"require": {
2727
"php": "^8.2",
2828
"sylius/paypal-plugin": "^2.0",
29-
"sylius/sylius": "2.1.x-dev",
30-
"symfony/dotenv": "^6.4 || ^7.1",
31-
"symfony/flex": "^2.4",
32-
"symfony/runtime": "^6.4 || ^7.1"
29+
"sylius/sylius": "^2.1",
30+
"symfony/dotenv": "^6.4 || ^7.2",
31+
"symfony/flex": "^2.7",
32+
"symfony/runtime": "^6.4 || ^7.2"
3333
},
3434
"require-dev": {
3535
"behat/behat": "^3.14",
@@ -43,7 +43,7 @@
4343
"friends-of-behat/mink-extension": "^2.7",
4444
"friends-of-behat/page-object-extension": "^0.3",
4545
"friends-of-behat/suite-settings-extension": "^1.1",
46-
"friends-of-behat/symfony-extension": "^2.6",
46+
"friends-of-behat/symfony-extension": "^2.6.2",
4747
"friends-of-behat/variadic-extension": "^1.6",
4848
"lchrusciel/api-test-case": "^5.3",
4949
"nyholm/psr7": "^1.8",
@@ -56,11 +56,11 @@
5656
"sylius-labs/coding-standard": "^4.4",
5757
"sylius-labs/suite-tags-extension": "~0.2",
5858
"sylius/sylius-rector": "^3.0",
59-
"symfony/browser-kit": "^6.4 || ^7.1",
60-
"symfony/debug-bundle": "^6.4 || ^7.1",
61-
"symfony/http-client": "^6.4 || ^7.1",
62-
"symfony/intl": "^6.4 || ^7.1",
63-
"symfony/web-profiler-bundle": "^6.4 || ^7.1"
59+
"symfony/browser-kit": "^6.4 || ^7.2",
60+
"symfony/debug-bundle": "^6.4 || ^7.2",
61+
"symfony/http-client": "^6.4 || ^7.2",
62+
"symfony/intl": "^6.4 || ^7.2",
63+
"symfony/web-profiler-bundle": "^6.4 || ^7.2"
6464
},
6565
"config": {
6666
"preferred-install": {
@@ -78,11 +78,11 @@
7878
},
7979
"extra": {
8080
"branch-alias": {
81-
"dev-main": "2.0-dev"
81+
"dev-main": "2.1-dev"
8282
},
8383
"symfony": {
8484
"allow-contrib": false,
85-
"require": "^7.1",
85+
"require": "^7.2",
8686
"endpoint": [
8787
"https://api.github.com/repos/Sylius/SyliusRecipes/contents/index.json?ref=flex/main",
8888
"flex://defaults"

0 commit comments

Comments
 (0)