-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.7 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
{
"name": "inspiredminds/contao-isotope-eps",
"description": "Austrian eps payment method for Contao Isotope.",
"type": "contao-bundle",
"license": "LGPL-3.0-or-later",
"homepage": "https://github.com/inspiredminds/contao-isotope-eps",
"authors": [
{
"name": "Fritz Michael Gschwantner",
"email": "fmg@inspiredminds.at",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/inspiredminds/contao-isotope-eps/issues",
"source": "https://github.com/inspiredminds/contao-isotope-eps",
"forum": "https://community.contao.org/de"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fritzmg"
}
],
"require": {
"php": ">=8.2",
"contao/core-bundle": "^4.13 || ^5.0",
"hakito/php-stuzza-eps-banktransfer": "^2.0 || ^3.0",
"isotope/isotope-core": "^2.8",
"symfony/config": "^5.4 || ^6.4",
"symfony/dependency-injection": "^5.4 || ^6.4",
"symfony/http-kernel": "^5.4 || ^6.4"
},
"autoload": {
"psr-4": {
"InspiredMinds\\ContaoIsotopeEps\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "InspiredMinds\\ContaoIsotopeEps\\ContaoManager\\Plugin"
},
"require-dev": {
"contao/easy-coding-standard": "^6.0",
"contao/rector": "^1.0"
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"php-http/discovery": false,
"dealerdirect/phpcodesniffer-composer-installer": true,
"contao-community-alliance/composer-plugin": true
}
}
}