forked from typo3-themes/themes_gridelements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 812 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 812 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
25
26
{
"name": "typo3-themes/themes-gridelements",
"type": "typo3-cms-extension",
"description": "TYPO3 THEMES Gridelements datastructures",
"version": "7.0.1",
"homepage": "http://typo3-themes.org",
"license": ["GPL-2.0+"],
"keywords": ["TYPO3 CMS", "TYPO3 THEMES", "THEMES", "THEMES", "FLUID", "CUSTOMIZE"],
"support": {
"issues": "https://github.com/typo3-themes/themes_gridelements/issues"
},
"autoload": {
"psr-4": { "KayStrobach\\ThemesGridelements\\": "Classes/"}
},
"autoload-dev": {
"psr-4": { "KayStrobach\\Themes\\ThemesGridelements\\": "tests/"}
},
"replace": {
"themes_gridelements": "self.version",
"typo3-ter/themes-gridelements": "self.version"
},
"require": {
"typo3-themes/themes": "dev-master",
"GridElementsTeam/Gridelements": "*"
}
}