Skip to content

Commit

Permalink
Add support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Dec 10, 2023
1 parent e998891 commit 405817c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"keywords": [
"kilobyteno",
"laravel",
"laravel-plausible"
"laravel-plausible",
"plausible"
],
"homepage": "https://github.com/kilobyteno/laravel-plausible",
"license": "MIT",
Expand All @@ -16,9 +17,9 @@
}
],
"require": {
"php": "^8.0|^8.1",
"php": "^8.0|^8.1|^8.2",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^8.0|^9.0"
"illuminate/contracts": "^8.0|^9.0|^10.0"
},
"require-dev": {
"nunomaduro/collision": "^6.0",
Expand Down

0 comments on commit 405817c

Please sign in to comment.