-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
43 lines (43 loc) · 1.12 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": "richardhj/contao-ajax_reload_element",
"description": "AjaxReloadElement for Contao OpenSource CMS",
"keywords": [
"contao",
"ajax",
"ajaxform",
"ajax reload"
],
"type": "contao-bundle",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Richard Henkenjohann",
"email": "richardhenkenjohann@googlemail.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/richardhj/contao-ajax_reload_element/issues",
"source": "https://github.com/richardhj/contao-ajax_reload_element"
},
"require": {
"php": ">=5.5",
"contao/core-bundle": "^4.4",
"contao-community-alliance/composer-plugin": "^3.0",
"contao-community-alliance/url-builder": "^1.2",
"symfony/http-foundation": "^3.3 || ^4.0 || ^5.0"
},
"autoload": {
"psr-4": {
"Richardhj\\ContaoAjaxReloadElementBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Richardhj\\ContaoAjaxReloadElementBundle\\ContaoManager\\Plugin",
"contao": {
"sources": {
"src/Resources/public": "assets/ajax_reload_element"
}
}
}
}