forked from neos/neos-development-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
56 lines (56 loc) · 1.87 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
51
52
53
54
55
56
{
"name": "neos/neos-development-collection",
"description": "Neos packages in a joined repository for pull requests.",
"license": "GPL-3.0+",
"type": "neos-package-collection",
"require": {
"neos/flow-development-collection": "dev-master",
"php": ">=5.5.0",
"typo3/flow": "*",
"typo3/imagine": "*",
"typo3/kickstart": "*",
"typo3/party": "*",
"typo3/setup": "*",
"typo3/twitter-bootstrap": "*",
"league/commonmark": "^0.12.0",
"typo3/eel": "*",
"gedmo/doctrine-extensions": "2.3.*"
},
"replace": {
"neos/diff": "self.version",
"typo3/media": "self.version",
"typo3/neos-kickstarter": "self.version",
"typo3/neos-nodetypes": "self.version",
"typo3/neos": "self.version",
"typo3/typo3cr": "self.version",
"typo3/typoscript": "self.version"
},
"suggest": {
"typo3/neos-kickstarter": "Helps with creating new site packages for Neos."
},
"autoload": {
"psr-4": {
"Neos\\Diff\\": "Neos.Diff/Classes"
},
"psr-0": {
"TYPO3\\Media": "TYPO3.Media/Classes",
"TYPO3\\Neos\\Kickstarter": "TYPO3.Neos.Kickstarter/Classes",
"TYPO3\\Neos\\NodeTypes": "TYPO3.Neos.NodeTypes/Classes",
"TYPO3\\Neos": "TYPO3.Neos/Classes",
"TYPO3\\TYPO3CR": "TYPO3.TYPO3CR/Classes",
"TYPO3\\TypoScript": "TYPO3.TypoScript/Classes"
}
},
"extra": {
"installer-name": "Neos",
"neos": {
"warning": "AUTOGENERATED FILE, ONLY MODIFY THE .composer.json IN THIS DIRECTORY AND RUN THE MERGE SCRIPT.",
"installer-resource-folders": [
"TYPO3.Neos/Resources/Private/Installer/"
]
},
"typo3/flow": {
"manage-resources": true
}
}
}