Skip to content

Commit

Permalink
chore: Update for Composer 2.0+ (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheffheid authored May 20, 2022
1 parent b7baf91 commit 09a4449
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"composer/installers": "^1.11.0"
"composer/installers": "^2.0.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
Expand Down
36 changes: 15 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09a4449

Please sign in to comment.