Skip to content

Commit

Permalink
Merge pull request #1 from Angrycreative/composer-2-compability
Browse files Browse the repository at this point in the history
composer 2 compability
  • Loading branch information
jonathan-dejong authored Dec 21, 2021
2 parents b0614c0 + 2e5d823 commit a8f79bd
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 1,760 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "angrycreative/wp-muplugin-loader",
"version" : "1.0.7",
"version" : "1.0.8",
"description" : "A drop-in MU Plugin loader for WordPress",
"keywords" : ["wordpress", "muplugin", "loader"],
"type" : "composer-plugin",
Expand All @@ -20,11 +20,9 @@
"class": "LkWdwrd\\Composer\\MULoaderPlugin"
},
"require": {
"composer-plugin-api": "^1.0"
"composer-plugin-api": "*"
},
"require-dev" : {
"phpunit/phpunit": "^7.1.4",
"10up/wp_mock": "dev-dev",
"codeclimate/php-test-reporter": "^0.4.4"
},
"scripts" : {
Expand Down
Loading

0 comments on commit a8f79bd

Please sign in to comment.