Skip to content

Commit c511573

Browse files
authored
Update dependencies for Pimcore to version 2026.1
1 parent 6633ab3 commit c511573

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"prefer-stable": true,
1010
"minimum-stability": "dev",
1111
"require": {
12-
"pimcore/ecommerce-framework-bundle": "^1.1",
13-
"pimcore/pimcore": "^11.0"
12+
"php": "~8.4.0 || ~8.5.0",
13+
"pimcore/ecommerce-framework-bundle": "^2026.1",
14+
"pimcore/pimcore": "^2026.1"
1415
},
1516
"require-dev": {
1617
"phpstan/phpstan": "^1.9"
@@ -21,6 +22,9 @@
2122
}
2223
},
2324
"extra": {
25+
"branch-alias": {
26+
"dev-2026.x": "2026.1.x-dev"
27+
},
2428
"pimcore": {
2529
"bundles": [
2630
"Pimcore\\Bundle\\EcommerceFrameworkBundle\\PimcorePaymentProviderDatatransBundle"

0 commit comments

Comments
 (0)