-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.2 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
{
"name": "strident/trident",
"type": "library",
"description": "The Trident PHP Framework",
"keywords": ["framework"],
"homepage": "http://strident.io/trident",
"license": "MIT",
"authors": [
{
"name": "Elliot Wright",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.3",
"doctrine/common": "2.4.2",
"doctrine/dbal": "2.5.*@dev",
"doctrine/orm": "2.5.*@dev",
"kriswallsmith/assetic": "1.1.*",
"psr/log": "~1.0",
"robmorgan/phinx": "0.3.7",
"strident/aegis": "1.0.0-alpha6",
"strident/phimple": "2.0.1",
"symfony/console": "2.5.*",
"symfony/event-dispatcher": "2.5.*",
"symfony/filesystem": "2.5.*",
"symfony/finder": "2.5.*",
"symfony/form": "2.5.*",
"symfony/http-foundation": "2.5.*",
"symfony/routing": "2.5.*",
"symfony/security-csrf": "2.5.*",
"symfony/twig-bridge": "2.5.*",
"symfony/validator": "2.5.*",
"symfony/yaml": "2.5.*",
"twig/twig": "1.15.*"
},
"autoload": {
"psr-0": { "Trident\\": "src/" }
},
"minimum-stability": "dev"
}