Skip to content

Commit

Permalink
Allow for Sylius 1.12 and Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Mar 6, 2023
1 parent 6a97504 commit 2f403b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
php: ["8.0", "7.4"]
symfony: ["^4.4", "^5.2"]
sylius: ["~1.9.10", "~1.10.11", "~1.11.2"]
sylius: ["~1.9.10", "~1.10.11", "~1.11.2", "~1.12"]
node: ["12.x"]
mysql: ["8.0"]

Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"description": "Plugin allowing to import products data from Akeneo PIM to your Sylius store.",
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"php": "^7.4 || ^8.0 || ^8.1",
"cocur/slugify": "^4.0",
"guzzlehttp/guzzle": "^6.5",
"sylius/sylius": "~1.9.10 || ~1.10.11 || ~1.11.2",
"sylius/sylius": "~1.9.10 || ~1.10.11 || ~1.11.2 || ~1.12",
"symfony/deprecation-contracts": "^2.2",
"symfony/lock": "^4.4|^5.0"
"symfony/lock": "^4.4|^5.0|^6.0"
},
"require-dev": {
"ext-json": "*",
Expand All @@ -29,7 +29,7 @@
"friends-of-behat/suite-settings-extension": "^1.0",
"friends-of-behat/symfony-extension": "^2.1",
"friends-of-behat/variadic-extension": "^1.3",
"friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev",
"friendsofsymfony/oauth-server-bundle": "^1.6 || ^2.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
"mikey179/vfsstream": "^1.6",
"phpspec/phpspec": "^7.0",
Expand All @@ -42,11 +42,11 @@
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"sensiolabs/security-checker": "^6.0",
"sylius-labs/coding-standard": "<=4.2.0",
"symfony/browser-kit": "^4.4 || ^5.2",
"symfony/debug-bundle": "^4.4 || ^5.2",
"symfony/dotenv": "^4.4 || ^5.2",
"symfony/intl": "^4.4 || ^5.2",
"symfony/web-profiler-bundle": "^4.4 || ^5.2",
"symfony/browser-kit": "^4.4 || ^5.2 || ^6.0",
"symfony/debug-bundle": "^4.4 || ^5.2 || ^6.0",
"symfony/dotenv": "^4.4 || ^5.2 || ^6.0",
"symfony/intl": "^4.4 || ^5.2 || ^6.0",
"symfony/web-profiler-bundle": "^4.4 || ^5.2 || ^6.0",
"symplify/easy-coding-standard": "^9.0",
"theofidry/alice-data-fixtures": "^1.1",
"vimeo/psalm": "4.23.0"
Expand Down

0 comments on commit 2f403b2

Please sign in to comment.