Skip to content

Commit

Permalink
OP-291: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hmfilar committed Jul 22, 2024
1 parent e6dfaba commit 1984c2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
matrix:
php: ["8.1"]
symfony: ["^5.4", "^6.0"]
sylius: ["~1.12.0", "~1.13.0"]
sylius: ["~1.12.13", "~1.13.0"]
node: ["^14.17.x"]
mysql: ["8.0"]
state_machine_adapter: ["winzou_state_machine", "symfony_workflow"]

exclude:
-
sylius: ~1.12.0
sylius: ~1.12.13
state_machine_adapter: "symfony_workflow"
env:
APP_ENV: test
Expand Down
10 changes: 1 addition & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"license": "MIT",
"require": {
"php": "^8.1",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"symfony/webpack-encore-bundle": "^1.15",
"sylius/sylius": "~1.12.13 || ~1.13.0",
"dompdf/dompdf": "^2.0"
},
"require-dev": {
Expand Down Expand Up @@ -38,13 +37,6 @@
"lchrusciel/api-test-case": "^4.1 || ^5.0",
"nelmio/alice": "^3.10"
},
"conflict": {
"symfony/symfony": "4.1.8",
"symfony/browser-kit": "4.1.8",
"symfony/dom-crawler": "4.1.8",
"symfony/routing": "4.1.8",
"symfony/doctrine-bridge": "4.4.16"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand Down
File renamed without changes.

0 comments on commit 1984c2d

Please sign in to comment.