Skip to content

Commit

Permalink
[Slug] fix pimcore package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Dec 6, 2022
1 parent 14503a6 commit a012551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/CoreShop/Component/Pimcore/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
}
],
"require": {
"pimcore/pimcore": "^10.5"
"pimcore/pimcore": "^10.5",
"laminas/laminas-stdlib": "^3.6"
},
"require-dev": {
"phpstan/phpstan": "^1.5.4",
Expand Down
3 changes: 1 addition & 2 deletions src/CoreShop/Component/Product/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"coreshop/currency": "^3.0",
"coreshop/rule": "^3.0",
"coreshop/address": "^3.0",
"pimcore/pimcore": "^10.5",
"laminas/laminas-stdlib": "^3.6"
"pimcore/pimcore": "^10.5"
},
"require-dev": {
"phpstan/phpstan": "^1.5.4",
Expand Down

0 comments on commit a012551

Please sign in to comment.