Skip to content

Commit c5d48cd

Browse files
authored
Merge pull request #20 from seregazhuk/revert-19-require-dev-phpunit
Revert "Make phpunit/phpunit a development requirement"
2 parents 475a1a1 + 3c87760 commit c5d48cd

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,6 +18,7 @@
1818
"require": {
1919
"php": ">=7.2",
2020
"react/promise": "^2.7",
21+
"phpunit/phpunit": "^8.2",
2122
"clue/block-react": "^1.3"
2223
},
2324
"autoload": {
@@ -31,7 +32,6 @@
3132
}
3233
},
3334
"require-dev": {
34-
"phpunit/phpunit": "^8.2",
3535
"codeclimate/php-test-reporter": "^0.4.4"
3636
},
3737
"scripts": {

0 commit comments

Comments
 (0)