-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.16 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
{
"name":"netzmacht/contao-packagist-package",
"description":"Show packagist packe information.",
"keywords":["contao", "packagist", "package"],
"type":"contao-bundle",
"license":"LGPL-3.0+",
"authors":[
{
"name":"David Molineus",
"email":"[email protected]",
"homepage":"https://netzmacht.de",
"role":"Developer"
}
],
"support":{
"email":"[email protected]",
"issues":"https://github.com/netzmacht/contao-packagist-package/issues",
"source":"https://github.com/netzmacht/contao-packagist-package"
},
"require":{
"php":">=7.1",
"ext-json": "*",
"contao/core-bundle":"^4.4",
"contao-community-alliance/meta-palettes":"^2.0 || ^1.10",
"doctrine/cache": "^1.7"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"phpcq/all-tasks": "^1.2"
},
"conflict": {
"netzmacht/contao-bootstrap": "*"
},
"autoload": {
"psr-4": { "Netzmacht\\Contao\\PackagistPackage\\": "src/" }
},
"extra":{
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
},
"contao-manager-plugin": "Netzmacht\\Contao\\PackagistPackage\\ContaoManager\\Plugin"
}
}