Skip to content

Commit 8bf73ad

Browse files
authored
Laravel 9.x Compatibility
1 parent 63df64e commit 8bf73ad

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
@@ -23,11 +23,11 @@
2323
"ext-json": "*",
2424
"doctrine/dbal": "^2.6|^3.0",
2525
"goldspecdigital/oooas": "^2.7.1",
26-
"laravel/framework": "5.8.*|^6.0|^7.0|^8.0",
26+
"laravel/framework": "5.8.*|^6.0|^7.0|^8.0|^9.0",
2727
"phpdocumentor/reflection-docblock": "^5.0"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^5.3|^6.0",
30+
"orchestra/testbench": "^5.3|^6.0|^7.0",
3131
"phpunit/phpunit": "^9.4"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)