-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (27 loc) · 730 Bytes
/
composer.json
File metadata and controls
33 lines (27 loc) · 730 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
27
28
29
30
31
32
33
{
"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": "*",
"typo3/party": "*",
"doctrine/orm": "2.3.*",
"doctrine/migrations": "*",
"doctrine/data-fixtures": "*",
"symfony/yaml": "2.1.*",
"symfony/dom-crawler": "2.2.*",
"typo3/flow-composer-installers": "*"
},
"autoload": {
"psr-0": {
"TYPO3\\Flow": "Classes"
}
}
}