Skip to content

Commit

Permalink
Merge pull request #244 from stefandoorn/move-deps-to-dev
Browse files Browse the repository at this point in the history
Move dependencies only needed for testing to require-dev
  • Loading branch information
stefandoorn authored Mar 16, 2023
2 parents 1163d86 + 9c69567 commit 9919006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0",
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
"symfony/webpack-encore-bundle": "^1.15"
"sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0"
},
"require-dev": {
"api-platform/core": "~2.5.0 || ~2.6.0 || ~2.7.0",
Expand All @@ -31,12 +29,14 @@
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpunit/phpunit": "^9.5",
"sensiolabs/security-checker": "^6.0",
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
"sylius-labs/coding-standard": "^4.0",
"symfony/browser-kit": "^4.4 || ^5.4",
"symfony/debug-bundle": "^4.4 || ^5.4",
"symfony/dotenv": "^4.4 || ^5.4",
"symfony/intl": "^4.4 || ^5.4",
"symfony/web-profiler-bundle": "^4.4 || ^5.4",
"symfony/webpack-encore-bundle": "^1.15",
"vimeo/psalm": "4.23.0"
},
"config": {
Expand Down

0 comments on commit 9919006

Please sign in to comment.