Skip to content

Commit 6bd8829

Browse files
authored
Merge pull request #14 from haugen86/fix/support-laravel-9-on-v1-as-stated-in-docs
fix: add support for Laravel 9 as stated in docs
2 parents 244c3dc + 1a8cc40 commit 6bd8829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^8.1",
1414
"ext-json": "*",
1515
"ext-pdo": "*",
16-
"laravel/framework": "^8.0",
16+
"laravel/framework": "^8.0|^9.0",
1717
"phayes/geophp": "^1.2"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)