Skip to content

Commit 7d2fa95

Browse files
authored
(Add) php8 + laravel 9 support (#36)
1 parent f70f51e commit 7d2fa95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.3",
14-
"illuminate/testing": "^8.0",
13+
"php": ">=7.3|^8.0",
14+
"illuminate/testing": "^8.0|^9.0",
1515
"mockery/mockery": "^1.4.2",
1616
"phpunit/phpunit": "^9.3.3"
1717
},

0 commit comments

Comments
 (0)