-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
31 lines (31 loc) · 961 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
{
"name": "heimrichhannot/contao-isotope-stock-bundle",
"type": "contao-bundle",
"description": "Add stock management to Isotope eCommerce Contao extension.",
"license": "GPL-3.0-or-later",
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13",
"doctrine/dbal": "^2.12 || ^3.0",
"heimrichhannot/contao-utils-bundle": "^2.232.0 || ^3.0",
"isotope/isotope-core": "^2.8",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/translation-contracts": "^1.0 || ^2.0 || ^3.0"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\IsotopeStockBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\IsotopeStockBundle\\ContaoManager\\Plugin"
},
"require-dev": {
"rector/rector": "^1.2",
"contao/contao-rector": "dev-main",
"contao/manager-plugin": "^2.13",
"symplify/easy-coding-standard": "^12.5",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-symfony": "^1.4"
}
}