Skip to content

Commit 1a04852

Browse files
Add Laravel 9 support
1 parent 1855105 commit 1a04852

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
}
2828
},
2929
"require": {
30-
"php": "^7.1.3|^8.0",
31-
"laravel/framework": "^5.6|^6|^7|^8",
30+
"php": "^7.1.3|^8.0|^8.1",
31+
"laravel/framework": "^5.6|^6|^7|^8|^9",
3232
"php-parallel-lint/php-parallel-lint": "^1.0",
3333
"squizlabs/php_codesniffer": "^3.3"
3434
},
3535
"require-dev": {
36-
"phpunit/phpunit": "^6.1|^7.0|^8.0"
36+
"phpunit/phpunit": "^6.1|^7.0|^8.0|^9.0"
3737
},
3838
"extra": {
3939
"laravel": {

0 commit comments

Comments
 (0)