Skip to content

Commit 57931db

Browse files
committed
refactor: add phpunit to require
Refs: #18
1 parent 8a8c897 commit 57931db

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
@@ -17,7 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=7.1.0",
20-
"laravel/framework": ">=5.3.0"
20+
"laravel/framework": ">=5.3.0",
21+
"phpunit/phpunit": ">=7.0|<=10.*"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)