forked from theodo/TheodoEvolutionSessionBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1.13 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
{
"name": "skigun/session-bundle",
"type": "symfony-bundle",
"description": "The \"Theodo Evolution Session Integration\" bundle",
"keywords": ["session", "symfony1", "symfony2"],
"homepage": "http://www.theodo.fr",
"license": "MIT",
"authors": [
{
"name": "Theodo",
"homepage": "http://www.theodo.fr"
}
],
"require": {
"php": ">=5.3.3",
"symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0|~6.0",
"symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0|~6.0",
"symfony/config": "~2.1|~3.0|~4.0|~5.0|~6.0",
"symfony/event-dispatcher": "~2.1|~3.0|~4.0|~5.0|~6.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"symfony/dependency-injection": "~2.1|~3.0|~4.0|~5.0|~6.0",
"symfony/yaml": "~2.1|~3.0|~4.0|~5.0|~6.0"
},
"minimum-stability": "dev",
"target-dir": "Theodo/Evolution/Bundle/SessionBundle",
"autoload": {
"psr-0": {
"Theodo\\Evolution\\Bundle\\SessionBundle": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}