Skip to content

Commit

Permalink
Move "composer/installers" package to require-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus authored Sep 30, 2024
2 parents 9f2154b + 252b4e4 commit e1bbc46
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 159 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
}
}
],
"require": {
"composer/installers": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "^8.0.0",
"squizlabs/php_codesniffer": "*",
Expand All @@ -32,7 +29,8 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"yoast/phpunit-polyfills": "^1.0",
"wp-cli/wp-cli-bundle": "^2.8.1",
"sirbrillig/phpcs-changed": "^2.11"
"sirbrillig/phpcs-changed": "^2.11",
"composer/installers": "~1.2"
},
"scripts": {
"test": [
Expand All @@ -58,4 +56,4 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
}
307 changes: 153 additions & 154 deletions composer.lock

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

1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This section describes how to install the plugin and get it working.
== Changelog ==

= Unreleased =
* Move "composer/installers" package to require-dev. #1513

= 2.7.1 =
* Remove LYS badge even when feature flag is disabled #1523
Expand Down

0 comments on commit e1bbc46

Please sign in to comment.