-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
58 lines (58 loc) · 1.64 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name":"plenta/contao-rel-canonical-bundle",
"description":"Avoiding Duplicate Content. Extension for Contao Open Source CMS",
"keywords":["google", "rel", "canonical", "duplicate content"],
"type":"contao-bundle",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Plenta.io",
"homepage":"https://plenta.io"
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/christianbarkowsky"
}
],
"support": {
"issues": "https://github.com/plenta/contao-rel-canonical-bundle/issues",
"source": "https://github.com/plenta/contao-rel-canonical-bundle",
"docs": "https://plenta.io/rel-canonical-in-contao-verwenden"
},
"require":{
"php":">=8.1",
"contao/core-bundle": "^4.13",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0"
},
"require-dev": {
"contao/manager-bundle": "^4.13",
"phpunit/phpunit": "^9.5.10",
"contao/test-case": "^4.4.0",
"symfony/phpunit-bridge": "v5.3.8",
"contao/news-bundle": "^4.13",
"contao/faq-bundle": "^4.13",
"contao/calendar-bundle": "^4.13",
"friendsofphp/php-cs-fixer": "^3.2"
},
"replace": {
"contao-legacy/rel-canonical": "self.version"
},
"extra": {
"contao-manager-plugin": "Plenta\\ContaoRelCanonicalBundle\\ContaoManager\\Plugin"
},
"autoload": {
"psr-4": {
"Plenta\\ContaoRelCanonicalBundle\\": "src/Plenta/ContaoRelCanonicalBundle"
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"contao-components/installer": true,
"contao/manager-plugin": true,
"contao-community-alliance/composer-plugin": true
}
}
}