Skip to content

Commit

Permalink
[Next] prepare v5
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Jan 23, 2025
1 parent 0865f4a commit 199b049
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/MessengerBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"pimcore/pimcore": "^11.5 || ^12.0",
"pimcore/admin-ui-classic-bundle": "^1.6 || ^2.0",
"coreshop/pimcore-bundle": "^5.0",
"coreshop/menu-bundle": "^4.0"
"coreshop/menu-bundle": "^5.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/ResourceBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"doctrine/orm": "^2.9",
"doctrine/doctrine-bundle": "^2.4",
"jms/serializer-bundle": "^4.0 | ^5.0",
"jms/serializer-bundle": "^5.0",
"stof/doctrine-extensions-bundle": "^1.6",
"coreshop/pimcore-bundle": "^5.0",
"coreshop/locale-bundle": "^5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/StorageListBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"coreshop/resource-bundle": "^5.0",
"coreshop/storage-list": "^4.0"
"coreshop/storage-list": "^5.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/TestBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"pimcore/pimcore": "^11.5 || ^12.0",
"pimcore/newsletter-bundle": "^1.0",
"coreshop/pimcore": "^4.0.0",
"coreshop/pimcore": "^5.0",
"behat/behat": "^3.8",
"robertfausk/behat-panther-extension": "^1.0",
"behat/mink": "^1.8",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/VariantBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"coreshop/resource-bundle": "^5.0",
"coreshop/variant": "^4.0"
"coreshop/variant": "^5.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/WishlistBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"coreshop/resource-bundle": "^5.0",
"coreshop/storage-list-bundle": "^5.0",
"coreshop/wishlist": "^4.0"
"coreshop/wishlist": "^5.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Payment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"php": "^8.0",
"coreshop/resource": "^5.0",
"coreshop/registry": "^5.0",
"coreshop/rule": "^4.0"
"coreshop/rule": "^5.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Tracking/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"coreshop/registry": "^4.0"
"coreshop/registry": "^5.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Variant/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"coreshop/resource": "^4.0"
"coreshop/resource": "^5.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down

0 comments on commit 199b049

Please sign in to comment.