Skip to content

Commit 1509a35

Browse files
authored
Merge pull request #40 from RonasIT/37-php-unit-9-support
refactor: add phpunit to require
2 parents 2955172 + 1bdc49b commit 1509a35

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.0"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)