Skip to content

Commit

Permalink
[Next] prepare v5
Browse files Browse the repository at this point in the history
dpfaffenbauer committed Jan 23, 2025

Verified

This commit was signed with the committer’s verified signature.
sandhose Quentin Gliech
1 parent 0865f4a commit 199b049
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
@@ -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",
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/ResourceBundle/composer.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/StorageListBundle/composer.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/TestBundle/composer.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/VariantBundle/composer.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
],
"require": {
"coreshop/resource-bundle": "^5.0",
"coreshop/variant": "^4.0"
"coreshop/variant": "^5.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
2 changes: 1 addition & 1 deletion src/CoreShop/Bundle/WishlistBundle/composer.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Payment/composer.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Tracking/composer.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
}
],
"require": {
"coreshop/registry": "^4.0"
"coreshop/registry": "^5.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
2 changes: 1 addition & 1 deletion src/CoreShop/Component/Variant/composer.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
}
],
"require": {
"coreshop/resource": "^4.0"
"coreshop/resource": "^5.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",

0 comments on commit 199b049

Please sign in to comment.