Skip to content

Commit

Permalink
Merge pull request #90 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
kodeine committed Feb 14, 2022
2 parents d23137f + 00af60e commit 74d5aab
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
{
"name": "kodeine/laravel-meta",
"description": "Fluent Meta Data for Eloquent Models, as if it is a property on your model.",
"keywords": ["laravel", "meta", "metas", "meta data", "data", "metadata", "metable", "model", "eloquent", "kodeine"],
"authors": [{
"name": "Ahsen M.",
"homepage": "https://github.com/kodeine",
"role": "Developer"
}],
"keywords": [
"laravel",
"meta",
"metas",
"meta data",
"data",
"metadata",
"metable",
"model",
"eloquent",
"kodeine"
],
"authors": [
{
"name": "Ahsen M.",
"homepage": "https://github.com/kodeine",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0|~5.1|^6.0|^7.0|^8.0"
"illuminate/support": "~5.0|~5.1|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"classmap": [],
Expand Down

0 comments on commit 74d5aab

Please sign in to comment.