forked from TYPO3-extensions/gridelements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.17 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
{
"name": "gridelementsteam/gridelements",
"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": "9.0.0-dev",
"prefer-stable": true,
"minimum-stability": "dev",
"keywords": ["TYPO3 CMS", "Grids", "Gridelements"],
"homepage": "https://forge.typo3.org/projects/extension-gridelements2",
"license": "GPL-2.0-or-later",
"support": {
"issues": "https://forge.typo3.org/projects/extension-gridelements2/issues"
},
"require": {
"typo3/cms-core": "^9.3 || dev-master",
"typo3/cms-backend": "^9.3 || dev-master",
"typo3/cms-recordlist": "^9.3 || dev-master",
"typo3/cms-frontend": "^9.3 || dev-master"
},
"conflict": {
"templavoila": "*",
"jfmulticontent": "*"
},
"replace": {
"gridelements": "self.version",
"typo3-ter/gridelements": "self.version"
},
"autoload": {
"psr-4": {
"GridElementsTeam\\Gridelements\\": "Classes/"
}
}
}