Skip to content

Commit b954c1d

Browse files
committed
Solves add support for Laravel 9 #25
1 parent 3409d58 commit b954c1d

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
@@ -5,8 +5,8 @@
55
"type": "library",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.3|^8.0",
9-
"laravel/framework": "^6.0|^7.0|^8.0",
8+
"php": "^7.3|^8.0|^8.1",
9+
"laravel/framework": "^6.0|^7.0|^8.0|^9.0",
1010
"ext-json": "*"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)