Skip to content

Commit

Permalink
Remove required from Composer.json
Browse files Browse the repository at this point in the history
- Only need composer/installers, which is default for MW composer.json
  • Loading branch information
z929669 committed Feb 13, 2023
1 parent 1f7219b commit 35a41c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
}
],
"require": {
"php": ">=7.0",
"composer/installers": "1.*,>=1.0.1",
"oomphinc/composer-installers-extender": "^2.0"
"php": ">=7.0"
},
"extra": {
"installer-name": "IPBAuthLogin"
Expand Down

0 comments on commit 35a41c7

Please sign in to comment.