forked from TYPO3-extensions/gridelements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 917 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"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": "8.2.3",
"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": ">=8.7.0,<9.0"
},
"replace": {
"gridelements": "self.version",
"typo3-ter/gridelements": "self.version"
},
"autoload": {
"psr-4": {
"GridElementsTeam\\Gridelements\\": "Classes/"
}
}
}