-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.05 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
{
"name": "gstypo3/cms-styleguide-distribution",
"description" : "TYPO3 CMS Styleguide Distribution",
"type": "project",
"keywords": ["TYPO3 CMS", "Styleguide", "Distribution", "Gilbertsoft"],
"homepage": "https://github.com/gstypo3/styleguide-distribution",
"readme": "https://github.com/gstypo3/styleguide-distribution/blob/master/README.md",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Simon Gilli",
"email": "[email protected]",
"homepage": "https://typo3.gilbertsoft.org",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/gstypo3/styleguide-distribution/issues",
"source": "https://github.com/gstypo3/styleguide-distribution"
},
"require": {
"typo3/minimal": "^10.0.0",
"typo3/cms-styleguide": "^10.0.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{ "type": "composer", "url": "https://composer.typo3.org/" }
],
"config": {
"platform": {
"php": "7.2"
}
}
}