Skip to content

Commit

Permalink
chore: move phpunit to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 25, 2024
1 parent 3301c70 commit d32f66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"php": "^7.3 || ^8.0",
"ext-openssl": "*",
"ext-tokenizer": "*",
"phpunit/phpunit": "^9.5",
"nikic/php-parser": "^4.10"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"bamarni/composer-bin-plugin": "^1.4",
"kenjis/phpunit-helper": "^1.1"
},
Expand Down

0 comments on commit d32f66d

Please sign in to comment.