-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathcomposer.json
35 lines (34 loc) · 1001 Bytes
/
composer.json
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
{
"name": "davmixcool/laravel-meta-manager",
"type": "library",
"description": "Laravel Meta Manager is an SEO tool that is used to improve SEO of a website or specific page by adding recommended meta tags to your application. ",
"keywords": ["seo","tags","Social","davmixcool","laravel-meta-manager","meta-tags"],
"homepage": "https://github.com/davmixcool/laravel-meta-manager",
"license": "MIT",
"authors": [
{
"name": "David Oti",
"email": "[email protected]",
"role": "Senior Developer"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit" : "~4.0||~5.0"
},
"autoload": {
"psr-4": {
"Davmixcool\\MetaManager\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Davmixcool\\MetaManager\\MetaServiceProvider"
]
}
},
"minimum-stability": "stable"
}