Skip to content

Commit

Permalink
Merge pull request #100 from mikelittle/master
Browse files Browse the repository at this point in the history
Require `composer/installers`
  • Loading branch information
mikelittle authored Jul 19, 2024
2 parents 6ee8835 + b53ce38 commit 567c674
Show file tree
Hide file tree
Showing 2 changed files with 609 additions and 504 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@
"email": "[email protected]"
}
],
"require": {},
"require": {
"composer/installers": "^1.7 ||^2.3"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
Loading

0 comments on commit 567c674

Please sign in to comment.