Skip to content

Commit

Permalink
Bump Sylius 1.13 to stable v1.13.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Apr 23, 2024
1 parent 01b8dbc commit d908cec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
node: ["20.x"]
mysql: ["8.0"]
symfony: ["^5.4.21", "^6.4"]
sylius: ["~1.12.0", "~1.13.x-dev"]
sylius: ["~1.12.0", "~1.13.0"]
state_machine_adapter: ["winzou_state_machine", "symfony_workflow"]

include:
- php: "8.3"
node: "20.x"
mysql: "8.0"
symfony: "^6.4"
sylius: "~1.13.x-dev"
sylius: "~1.13.0"
state_machine_adapter: "symfony_workflow"

exclude:
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"psr/http-client-implementation": "~1.0",
"psr/http-factory-implementation": "~1.0",
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.4 || ^0.2",
"sylius/state-machine-abstraction": "~1.13.x-dev",
"sylius/sylius": "~1.12.0 || ~1.13.x-dev",
"sylius/state-machine-abstraction": "~1.13.0",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"symfony/mailer": "^5.4.21 || ^6.4"
},
"require-dev": {
Expand Down Expand Up @@ -84,6 +84,5 @@
"vendor/bin/ecs check src/ spec/ --fix"
]
},
"prefer-stable": true,
"minimum-stability": "dev"
"prefer-stable": true
}

0 comments on commit d908cec

Please sign in to comment.