Skip to content

Commit

Permalink
phpunit dependency should only be require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Nov 7, 2023
1 parent 9043cf8 commit b51c0b1
Show file tree
Hide file tree
Showing 2 changed files with 633 additions and 633 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
},
"require": {
"php": ">=5.4",
"composer/installers": "^1.0",
"dms/phpunit-arraysubset-asserts": "^0.5.0"
"composer/installers": "^1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
Expand All @@ -35,7 +34,8 @@
"phpcompatibility/php-compatibility": "^9.3.5",
"wp-coding-standards/wpcs": "^2.3",
"monolog/monolog": "^1.25",
"yoast/phpunit-polyfills": "^1.0.1"
"yoast/phpunit-polyfills": "^1.0.1",
"dms/phpunit-arraysubset-asserts": "^0.5.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit b51c0b1

Please sign in to comment.