Skip to content

Commit 475a1a1

Browse files
authored
Merge pull request #19 from ttrig/require-dev-phpunit
Make phpunit/phpunit a development requirement
2 parents a56481a + 460bf2b commit 475a1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"require": {
1919
"php": ">=7.2",
2020
"react/promise": "^2.7",
21-
"phpunit/phpunit": "^8.2",
2221
"clue/block-react": "^1.3"
2322
},
2423
"autoload": {
@@ -32,6 +31,7 @@
3231
}
3332
},
3433
"require-dev": {
34+
"phpunit/phpunit": "^8.2",
3535
"codeclimate/php-test-reporter": "^0.4.4"
3636
},
3737
"scripts": {

0 commit comments

Comments
 (0)