forked from DorsetDigital/silverstripe-canonical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·28 lines (28 loc) · 922 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
{
"name": "loveduckie/silverstripe-canonical",
"description": "Adds a simple canonical tag in Silverstripe",
"type": "silverstripe-vendormodule",
"homepage": "https://lucshelton.com/projects/personal/silverstripe-module-canonical-urls/",
"keywords": ["silverstripe", "html", "seo", "canonical", "silverstripe 4"],
"authors": [{
"name": "Luc Shelton",
"email": "lucshelton@gmail.com",
"homepage": "https://www.lucshelton.com",
"role": "Developer"
}],
"support": {
"email": "lucshelton@gmail.com",
"issues": "http://github.com/LoveDuckie/silverstripe-canonical/issues"
},
"require": {
"silverstripe/framework": "^4.10 | ^5.0"
},
"license": "BSD-3-Clause",
"autoload": {
"psr-4": {
"LoveDuckie\\SilverStripe\\Canonical\\": "src/"
}
},
"extra": {},
"minimum-stability": "dev"
}