-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
46 lines (46 loc) · 1.36 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
{
"name": "novalnet-gateway/isotope-novalnet",
"description": "Novalnet payment bundle for Contao Isotope Ecommerce",
"keywords": ["contao", "isotope", "payment", "novalnet"],
"type": "contao-bundle",
"homepage": "https://www.novalnet.de",
"version": "1.0.2",
"authors":[
{
"name": "Novalnet AG",
"homepage": "https://www.novalnet.de",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1",
"contao/core-bundle": "^4.9",
"isotope/isotope-core": "^2.0",
"symfony/config": "^4.4 || ^5.4",
"symfony/dependency-injection": "^4.4 || ^5.4",
"symfony/http-kernel": "^4.4 || ^5.4",
"guzzlehttp/guzzle": "^6.0 || ^7.0"
},
"require-dev": {
"contao/manager-plugin": "^2.13"
},
"autoload": {
"psr-4": {
"NovalnetGateway\\IsotopeNovalnetBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "NovalnetGateway\\IsotopeNovalnetBundle\\ContaoManager\\Plugin"
},
"support": {
"email": "[email protected]"
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"php-http/discovery": false,
"contao-community-alliance/composer-plugin": true,
"contao/manager-plugin": true
}
}
}