Skip to content

Commit 6c83940

Browse files
authored
Support Laravel 9 (#99)
1 parent 2ebc0d1 commit 6c83940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"require": {
1717
"php": "^7.2 || ^8.0",
18-
"illuminate/database": "^6.3 || ^7.0 || ^8.0",
19-
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
18+
"illuminate/database": "^6.3 || ^7.0 || ^8.0 || ^9.0",
19+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
2020
"laravel-interaction/support": "^1.0"
2121
},
2222
"require-dev": {
2323
"mockery/mockery": "~1.3.3 || ^1.4.2",
2424
"moontoast/math": "^1.0",
25-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
25+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
2626
"phpunit/phpunit": "^8.0,<8.5.12 || ^9.3.3"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)