Skip to content

Commit

Permalink
[shopsys] fix builds of split packages (#3273)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav committed Jul 22, 2024
2 parents 25c17c9 + 58cfb96 commit 7f738c1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@
"require": {
"php": "^8.3",
"phpunit/phpunit": "^11.2.1",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/framework-bundle": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/routing": "^5.4",
"doctrine/annotations": "^1.10.4"
},
"conflict": {
"symfony/dependency-injection": "3.4.15 || 3.4.16"
}
}

0 comments on commit 7f738c1

Please sign in to comment.