-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
55 lines (55 loc) · 1.56 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
{
"name": "estao-immo/estao",
"type": "contao-bundle",
"description": "estao® Contao Immobilienlösung für Hausverwalter und Wohnungsunternehmen",
"keywords": ["contao","immobilien","immobilienScout24","expose","openimmo","realestate", "estate", "property"],
"homepage": "https://estao.de",
"license": "proprietary",
"authors": [
{
"name": "Christian Barkowsky",
"homepage": "https://brkwsky.de",
"role": "Developer"
},
{
"name": "Tino Kramm",
"homepage": "https://www.tinokramm.de",
"role": "Designer"
}
],
"support": {
"email": "mail@estao.de",
"docs": "https://estao.de"
},
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.3"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"phpunit/phpunit": "^9.5.10",
"contao/test-case": "^4.4.0",
"symfony/phpunit-bridge": "v5.3",
"phpstan/phpstan": "^0.12.99",
"phpstan/phpstan-symfony": "^0.12.44",
"contao/phpstan": "^0.12.9",
"phpstan/phpstan-phpunit": "^0.12.22",
"friendsofphp/php-cs-fixer": "^3.2"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
},
"autoload": {
"psr-4": {
"Estao\\Info\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Estao\\Info\\Tests\\": "tests/"
}
},
"extra": {
"contao-manager-plugin": "Estao\\Info\\ContaoManager\\Plugin"
}
}