Skip to content

Commit

Permalink
Add more concrete shop component dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Sep 25, 2024
1 parent afea79d commit a60eece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefer-dist": true,
"require": {
"php": "^8.0",
"oxid-esales/oxideshop-ce": "*",
"oxid-esales/oxideshop-ce": ">=7.0.0-rc.2",
"mpdf/mpdf": "^8.1",
"symfony/filesystem": "*",
"kwn/number-to-words": "^2.7"
Expand All @@ -24,6 +24,7 @@
"oxid-esales/oxideshop-ce": "<7.0.0-rc.2"
},
"require-dev": {
"oxid-esales/oxideshop-ce": "*",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.8.10",
"squizlabs/php_codesniffer": "3.*",
Expand Down

0 comments on commit a60eece

Please sign in to comment.