Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Mar 19, 2021
1 parent f23288c commit 4139c0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer-plugins-installer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"require": {
"composer-plugin-api": "^2.0"
},
"require-dev": {
"composer/composer": "^2.0"
},
"extra": {
"class": "MyAdmin\\Plugins\\MyPlugins"
}
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"composer-plugin-api": "^2.0"
},
"require-dev": {
"composer/composer": "^2.0",
"phpunit/phpunit": "*",
"phpunit/phpunit-mock-objects": "*",
"vlucas/phpdotenv": "*",
Expand Down

0 comments on commit 4139c0e

Please sign in to comment.