Skip to content

Commit 2b90159

Browse files
authored
Merge pull request #101 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents ceeeb56 + 5c11d92 commit 2b90159

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

composer.json

+43-43
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "kodeine/laravel-meta",
3-
"description": "Fluent Meta Data for Eloquent Models, as if it is a property on your model.",
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"
2+
"name": "kodeine/laravel-meta",
3+
"description": "Fluent Meta Data for Eloquent Models, as if it is a property on your model.",
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+
],
23+
"require": {
24+
"php": ">=7.3",
25+
"illuminate/support": "^8.0|^9.0|^10.0",
26+
"illuminate/database": "^8.0|^9.0|^10.0",
27+
"illuminate/events": "^8.0|^9.0|^10.0",
28+
"ext-json": "*"
29+
},
30+
"autoload": {
31+
"classmap": [],
32+
"psr-0": {
33+
"Kodeine\\Metable\\": "src/"
34+
}
35+
},
36+
"autoload-dev": {
37+
"psr-4": {
38+
"Kodeine\\Metable\\Tests\\": "tests/"
39+
}
40+
},
41+
"minimum-stability": "stable",
42+
"license": "MIT",
43+
"require-dev": {
44+
"phpunit/phpunit": "^9.5"
2145
}
22-
],
23-
"require": {
24-
"php": ">=7.3",
25-
"illuminate/support": "^8.0|^9.0",
26-
"illuminate/database": "^8.0|^9.0",
27-
"illuminate/events": "^8.0|^9.0",
28-
"ext-json": "*"
29-
},
30-
"autoload": {
31-
"classmap": [],
32-
"psr-0": {
33-
"Kodeine\\Metable\\": "src/"
34-
}
35-
},
36-
"autoload-dev": {
37-
"psr-4": {
38-
"Kodeine\\Metable\\Tests\\": "tests/"
39-
}
40-
},
41-
"minimum-stability": "stable",
42-
"license": "MIT",
43-
"require-dev": {
44-
"phpunit/phpunit": "^9.5"
45-
}
4646
}

0 commit comments

Comments
 (0)