Skip to content

Commit 82882a9

Browse files
authored
Fix: re-add composer/composer (#4762)
- it is used for localdev command and others
1 parent f523495 commit 82882a9

File tree

2 files changed

+589
-3
lines changed

2 files changed

+589
-3
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"composer-runtime-api": "^2",
2929
"colinmollenhour/cache-backend-redis": "^1.14",
3030
"colinmollenhour/magento-redis-session": "^3.2.0",
31-
"components/jquery": "3.7.1",
31+
"components/jquery": "^3.7.1",
3232
"cweagans/composer-patches": "^1.7",
3333
"ezyang/htmlpurifier": "^4.17",
3434
"flowjs/flowjs": "dev-master",
@@ -49,6 +49,7 @@
4949
},
5050
"require-dev": {
5151
"ext-xmlreader": "*",
52+
"composer/composer": "^2.8",
5253
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
5354
"friendsofphp/php-cs-fixer": "^3.6",
5455
"macopedia/phpstan-magento1": "^1.1",

0 commit comments

Comments
 (0)