-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.08 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "northcreation-agency/silverstripe-seohelper",
"description": "SEO helpers for the SEO module Quinn-Interactive/silverstripe-seo",
"type": "silverstripe-vendormodule",
"homepage": "https://github.com/northcreation-agency/silverstripe-seohelper",
"keywords": [
"silverstripe",
"4",
"seo",
"yml"
],
"authors": [
{
"name": "Herbert Cuba Garcia",
"email": "herbert@northcreation.agency"
}
],
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/northcreation-agency/silverstripe-seohelper/issues"
},
"require": {
"silverstripe/framework": "^4",
"silverstripe/cms": "^4",
"quinninteractive/silverstripe-seo": "1.0.10"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": {
"NorthCreationAgency\\SilverStripeSEOHelper\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"NorthCreationAgency\\SilverStripeSEOHelper\\Tests\\": "tests/"
}
},
"extra": {
"installer-name": "seohelper"
},
"prefer-stable": true,
"minimum-stability": "dev"
}