Skip to content

Commit

Permalink
Merge pull request #1 from WebDevStudios/feature/composer-2
Browse files Browse the repository at this point in the history
Update to composer 2
  • Loading branch information
daveromsey authored Sep 8, 2023
2 parents 1318260 + 74a74aa commit dfcdba4
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* Dope changelog links
* Remove unneeded PHPCS ignore

## [1.6]
* Update to Composer v2

## [1.5]
* Add WP_DEBUG for better exception handling

Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
]
},
"require": {
"composer/installers": "~1.0"
"composer/installers": "^2.0"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
164 changes: 164 additions & 0 deletions composer.lock

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

0 comments on commit dfcdba4

Please sign in to comment.