Skip to content

Commit

Permalink
Bump stable demo to Sylius 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed May 13, 2024
1 parent 64f2d02 commit beedd20
Show file tree
Hide file tree
Showing 7 changed files with 3,708 additions and 3,155 deletions.
23 changes: 10 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@
}
],
"require": {
"php": "^8.0",
"sylius/sylius": "^1.12",
"symfony/dotenv": "^6.0",
"symfony/flex": "^1.7"
"php": "^8.1",
"sylius/sylius": "^1.13"
},
"require-dev": {
"behat/behat": "^3.6.1",
"behat/behat": "^3.14",
"behat/mink-selenium2-driver": "^1.3",
"dbrekelmans/bdi": "^1.3",
"dmore/behat-chrome-extension": "^1.3",
Expand All @@ -45,14 +43,13 @@
"robertfausk/behat-panther-extension": "^1.1",
"stripe/stripe-php": "^4.1",
"sylius-labs/coding-standard": "^4.0",
"symfony/browser-kit": "^6.0",
"symfony/debug-bundle": "^6.0",
"symfony/intl": "^6.0",
"symfony/web-profiler-bundle": "^6.0",
"symfony/webpack-encore-bundle": "^1.15",
"rector/rector": "^0.11.57"
"symfony/browser-kit": "^6.4",
"symfony/debug-bundle": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/flex": "^2.4",
"symfony/intl": "^6.4",
"symfony/web-profiler-bundle": "^6.4"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -89,7 +86,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "^6.0"
"require": "^6.4"
}
}
}
Loading

0 comments on commit beedd20

Please sign in to comment.