Skip to content

Commit

Permalink
[MOOSE-171]: Require debug bar plugin so it is installed on Dokku and…
Browse files Browse the repository at this point in the history
… other development envs. (require-dev items are only installed locally.)
  • Loading branch information
dpellenwood committed Dec 2, 2024
1 parent fe5b07f commit d056abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
"php-stubs/wordpress-tests-stubs": "^6.2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"szepeviktor/phpstan-wordpress": "^1.3",
"wpackagist-plugin/debug-bar": "^1.1"
"szepeviktor/phpstan-wordpress": "^1.3"
},
"require": {
"php": "^8.2",
Expand All @@ -119,6 +118,7 @@
"vinkla/extended-acf": "^13.6",
"vlucas/phpdotenv": "^5.5",
"wp-cli/wp-cli-bundle": "^2.8",
"wpackagist-plugin/debug-bar": "^1.1",
"wpackagist-plugin/disable-emojis": "1.7.6",
"wpackagist-plugin/duracelltomi-google-tag-manager": "1.20.2",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.26.16",
Expand Down

0 comments on commit d056abe

Please sign in to comment.