-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
50 lines (50 loc) · 1.45 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "nikhil/nutrition-web",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "nikhil",
"email": "[email protected]"
}
],
"require": {
"typo3-console/composer-auto-commands": "^0.3.0",
"typo3/minimal": "^9.5",
"typo3/cms-about": "^9.5",
"typo3/cms-adminpanel": "^9.5",
"typo3/cms-belog": "^9.5",
"typo3/cms-beuser": "^9.5",
"typo3/cms-extensionmanager": "^9.5",
"typo3/cms-form": "^9.5",
"typo3/cms-impexp": "^9.5",
"typo3/cms-info": "^9.5",
"typo3/cms-lowlevel": "^9.5",
"typo3/cms-opendocs": "^9.5",
"typo3/cms-redirects": "^9.5",
"typo3/cms-reports": "^9.5",
"typo3/cms-scheduler": "^9.5",
"typo3/cms-seo": "^9.5",
"typo3/cms-setup": "^9.5",
"typo3/cms-sys-note": "^9.5",
"typo3/cms-t3editor": "^9.5",
"typo3/cms-tstemplate": "^9.5",
"typo3/cms-viewpage": "^9.5",
"cweagans/composer-patches": "^1.6",
"nikhil/nutrition-web-package": "^1.0",
"groupproject/nutrition-web": "dev-master"
},
"repositories": {
"local": {
"type": "path",
"url": "packages/*"
}
},
"extra": {
"patches-file": "composer.patches.json"
},
"require-dev": {
"friendsoftypo3/extension-builder": "dev-master",
"oliver-hader/typo3-deployer": "^0.5.1"
}
}