-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 816 Bytes
/
composer.json
File metadata and controls
40 lines (40 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "code4mk/lara-head",
"description": "Easily setup seo meta tag with lara-head",
"keywords": [
"seo",
"meta-tag",
"meta",
"head",
"khead",
"code4mk",
"0devco"
],
"homepage": "https://github.com/code4mk/lara-head",
"support": {
"issues": "https://github.com/code4mk/lara-head/issues",
"source": "https://github.com/code4mk/lara-head"
},
"license": "MIT",
"authors": [
{
"name": "code4mk",
"email": "hiremostafa@gmail.com",
"website": "https://code4mk.org"
}
],
"autoload": {
"psr-4": {
"Code4mk\\LaraHead\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Code4mk\\LaraHead\\LaraHeadServiceProvider"
]
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}