Skip to content

Commit

Permalink
allow laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
FearStream committed Apr 30, 2024
1 parent 9340414 commit 74a359a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "klaude/eloquent-preferences",
"type": "library",
"description": "Preferences for Laravel Eloquent models",
"keywords": ["laravel", "eloquent", "preferences"],
"keywords": [
"laravel",
"eloquent",
"preferences"
],
"homepage": "https:/klaude/eloquent-preferences",
"license": "MIT",
"authors": [
Expand All @@ -13,8 +17,8 @@
],
"require": {
"ext-json": "*",
"illuminate/database": "~5|~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/support": "~5|~6.0|~7.0|~8.0|~9.0|~10.0"
"illuminate/database": "~5|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"illuminate/support": "~5|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -31,4 +35,4 @@
"KLaude\\EloquentPreferences\\Tests\\": "tests/"
}
}
}
}

0 comments on commit 74a359a

Please sign in to comment.