Skip to content

Commit 16d67d2

Browse files
committed
Add phpunit back.
1 parent ce2931a commit 16d67d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^1.0",
29-
"orchestra/testbench": "^3.5 || ^4.0"
29+
"orchestra/testbench": "^3.5 || ^4.0",
30+
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0"
3031
},
3132
"autoload": {
3233
"psr-4": {

0 commit comments

Comments
 (0)