Skip to content

Commit 74d5aab

Browse files
authored
Merge pull request #90 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents d23137f + 00af60e commit 74d5aab

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

composer.json

+20-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
{
22
"name": "kodeine/laravel-meta",
33
"description": "Fluent Meta Data for Eloquent Models, as if it is a property on your model.",
4-
"keywords": ["laravel", "meta", "metas", "meta data", "data", "metadata", "metable", "model", "eloquent", "kodeine"],
5-
"authors": [{
6-
"name": "Ahsen M.",
7-
"homepage": "https://github.com/kodeine",
8-
"role": "Developer"
9-
}],
4+
"keywords": [
5+
"laravel",
6+
"meta",
7+
"metas",
8+
"meta data",
9+
"data",
10+
"metadata",
11+
"metable",
12+
"model",
13+
"eloquent",
14+
"kodeine"
15+
],
16+
"authors": [
17+
{
18+
"name": "Ahsen M.",
19+
"homepage": "https://github.com/kodeine",
20+
"role": "Developer"
21+
}
22+
],
1023
"require": {
1124
"php": ">=5.4.0",
12-
"illuminate/support": "~5.0|~5.1|^6.0|^7.0|^8.0"
25+
"illuminate/support": "~5.0|~5.1|^6.0|^7.0|^8.0|^9.0"
1326
},
1427
"autoload": {
1528
"classmap": [],

0 commit comments

Comments
 (0)