-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1015 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
36
{
"name": "futura-web/contao_envelope",
"description": "Simple HTML-wrapper for Contao CMS articles. Similar to slider || accordeon wrappers, but for static content.",
"license": "proprietary",
"type": "contao-bundle",
"authors": [
{
"name": "Dinko Skopljak",
"email": "ds@futura-web.de",
"homepage": "http://futura-web.de",
"role": "Developer"
}
],
"support": {
"email": "ds@futura-web.de"
},
"require": {
"php": ">=7.1",
"contao/core-bundle": "^4.4",
"contao/manager-bundle": "~4.4",
"contao/conflicts": "@dev"
},
"require-dev": {
"contao/test-case": "^3.0",
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^8.2"
},
"autoload": {
"psr-4": {
"FuturaWeb\\Envelope\\": ""
}
},
"extra": {
"contao-manager-plugin": "FuturaWeb\\Envelope\\Classes\\Contao\\Manager\\Plugin"
}
}