-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.13 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
{
"name": "heimrichhannot/contao-ajax-bundle",
"description": "Keep contao ajax requests organized and handle responses with ease.",
"keywords": [
"contao",
"ajax",
"request",
"response"
],
"type": "contao-bundle",
"homepage": "https://github.com/heimrichhannot/contao-ajax-bundle",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Heimrich & Hannot",
"email": "digitales@heimrich-hannot.de",
"homepage": "http://www.heimrich-hannot.de",
"role": "Developer"
}
],
"require": {
"php": "^8.2",
"contao/core-bundle": "^4.13 || ^5.0",
"heimrichhannot/contao-utils-bundle": "^2.217 || ^3.0",
"symfony/http-foundation": "^5.4 || ^6.0"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\AjaxBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\AjaxBundle\\ContaoManager\\Plugin"
},
"require-dev": {
"rector/rector": "^1.2",
"contao/contao-rector": "dev-main",
"contao/manager-plugin": "^2.0",
"symplify/easy-coding-standard": "^12.5",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-symfony": "^1.4"
}
}