Skip to content

Commit

Permalink
Merge pull request #101 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
kodeine authored Jan 30, 2023
2 parents ceeeb56 + 5c11d92 commit 2b90159
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"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"
"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"
}
],
"require": {
"php": ">=7.3",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/database": "^8.0|^9.0|^10.0",
"illuminate/events": "^8.0|^9.0|^10.0",
"ext-json": "*"
},
"autoload": {
"classmap": [],
"psr-0": {
"Kodeine\\Metable\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Kodeine\\Metable\\Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"license": "MIT",
"require-dev": {
"phpunit/phpunit": "^9.5"
}
],
"require": {
"php": ">=7.3",
"illuminate/support": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0",
"illuminate/events": "^8.0|^9.0",
"ext-json": "*"
},
"autoload": {
"classmap": [],
"psr-0": {
"Kodeine\\Metable\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Kodeine\\Metable\\Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"license": "MIT",
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}

0 comments on commit 2b90159

Please sign in to comment.