-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 1.02 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
{
"name": "coderscare/dmmjobcontrol",
"description": "This extension integrates the grid layout concept also to regular content elements - the grid elements. It offers a lot of new features like advanced drag & drop or real references, that improve the usability of the page and list module to speed up the daily work with the backend.",
"type": "typo3-cms-extension",
"version": "7.0.0",
"keywords": ["TYPO3 CMS", "Jobs"],
"homepage": "https://gitlab.com/coderscare/dmmjobcontrol",
"license": "GPL-2.0-or-later",
"support": {
"issues": "https://gitlab.com/coderscare/dmmjobcontrol/issues"
},
"require": {
"typo3/cms-core": ">=7.6.0,<8.7.99",
"typo3/cms-backend": ">=7.6.0,<8.7.99",
"typo3/cms-recordlist": ">=7.6.0,<8.7.99",
"typo3/cms-frontend": ">=7.6.0,<8.7.99",
"typo3/cms-lang": ">=7.6.0,<8.7.99"
},
"replace": {
"dmmjobcontrol": "self.version",
"typo3-ter/dmmjobcontrol": "self.version"
},
"autoload": {
"psr-4": {
"CodersCare\\DmmJobControl\\": "Classes/"
}
}
}