Skip to content

Commit

Permalink
Fix some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jul 2, 2024
1 parent 7218298 commit 518ea42
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"doctrine/event-manager": "^1.2",
"doctrine/orm": "^2.14",
"doctrine/persistence": "^2.5",
"doctrine/event-manager": "^1.2 || ^2.0",
"doctrine/orm": "^2.14 || ^3.0",
"doctrine/persistence": "^2.5 || ^3.0",
"liip/imagine-bundle": "^2.10",
"meilisearch/meilisearch-php": "^1.8",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/event-dispatcher": "^1.0",
"psr/link": "^1.0 || ^2.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"setono/composite-compiler-pass": "^1.2",
"setono/doctrine-orm-trait": "^1.1",
"sylius/resource-bundle": "^1.8",
"sylius/resource-bundle": "^1.6",
"symfony/cache-contracts": "^2.5 || ^3.2",
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
Expand Down Expand Up @@ -56,8 +55,8 @@
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.6.17",
"psalm/plugin-phpunit": "^0.18.4",
"setono/code-quality-pack": "^2.7",
"sylius/sylius": "~1.12.13",
"setono/code-quality-pack": "^2.8.2",
"sylius/sylius": "~1.12.18",
"symfony/debug-bundle": "^5.4 || ^6.4 || ^7.0",
"symfony/dotenv": "^5.4 || ^6.4 || ^7.0",
"symfony/http-client": "^6.4",
Expand Down

0 comments on commit 518ea42

Please sign in to comment.