Skip to content

Commit 4139c0e

Browse files
committed
updates
1 parent f23288c commit 4139c0e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

composer-plugins-installer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"require": {
1616
"composer-plugin-api": "^2.0"
1717
},
18+
"require-dev": {
19+
"composer/composer": "^2.0"
20+
},
1821
"extra": {
1922
"class": "MyAdmin\\Plugins\\MyPlugins"
2023
}

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"composer-plugin-api": "^2.0"
1212
},
1313
"require-dev": {
14+
"composer/composer": "^2.0",
1415
"phpunit/phpunit": "*",
1516
"phpunit/phpunit-mock-objects": "*",
1617
"vlucas/phpdotenv": "*",

0 commit comments

Comments
 (0)