Skip to content

Commit d1d5eb7

Browse files
authored
Merge pull request #3 from friendsofcat/laravel9_support
Add Laravel 9 support
2 parents 3598b43 + 7869c0b commit d1d5eb7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
composer.lock
44
.phpunit.result.cache
55
.php-cs-fixer.cache
6+
.idea

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
],
2626
"require": {
2727
"php": "^7.3|^8.0",
28-
"illuminate/database": "^8.0",
29-
"illuminate/queue": "^8.0"
28+
"illuminate/database": "^8.0|^9.0",
29+
"illuminate/queue": "^8.0|^9.0"
3030
},
3131
"require-dev": {
3232
"kahlan/kahlan": "~2.5",
3333
"phpunit/phpunit": "^9.5",
34-
"orchestra/testbench": "^6.23",
34+
"orchestra/testbench": "^6.23|^7.2",
3535
"friendsofphp/php-cs-fixer": "^3.2",
3636
"brianium/paratest": "^6.3"
3737
},

0 commit comments

Comments
 (0)