-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (30 loc) · 870 Bytes
/
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": "typo3/flow",
"type": "typo3-flow-framework",
"description": "TYPO3 Flow Application Framework",
"homepage": "http://flow.typo3.org",
"license": ["LGPL-3.0+"],
"require": {
"php": ">=5.3.2",
"ext-zlib": "*",
"ext-SPL": "*",
"ext-json": ">=1.2.0",
"ext-session": "*",
"typo3/fluid": "2.2.*",
"typo3/party": "2.2.*",
"typo3/eel": "2.2.*",
"doctrine/orm": "2.3.*",
"doctrine/migrations": "dev-master",
"symfony/yaml": "2.1.*",
"symfony/dom-crawler": "2.2.*",
"composer/installers": "~1.0.2"
},
"suggest": {
"doctrine/data-fixtures": "To manage and execute the loading of data fixtures for the Doctrine ORM or ODM"
},
"autoload": {
"psr-0": {
"TYPO3\\Flow": "Classes"
}
}
}