-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 808 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 808 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
{
"name": "satooshi/symfony2contrib-http-foundation-extra-bundle",
"description": "Symfony2 contrib http foundation extra bundle",
"keywords": ["contrib"],
"homepage": "https://github.com/satooshi/ContribHttpFoundationExtraBundle",
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Kitamura Satoshi",
"email": "with.no.parachute@gmail.com",
"homepage": "https://www.facebook.com/satooshi.jp"
}
],
"require": {
"php": ">=5.3.0",
"symfony/symfony": ">=2.1",
"sensio/framework-extra-bundle": ">=2.1",
"jms/serializer-bundle": "0.9.0"
},
"autoload": {
"psr-0": { "Contrib\\Bundle\\HttpFoundationExtraBundle": "src/" }
}
}