Skip to content

Commit 1bdc49b

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

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,7 @@
1818
"require": {
1919
"php": ">=7.1.0",
2020
"laravel/framework": ">=5.3.0",
21-
"phpunit/phpunit": ">=7.0|<=10.*"
21+
"phpunit/phpunit": ">=7.0|<=10.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)