-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 875 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
{
"name": "wotek/video-bundle",
"type": "symfony-bundle",
"description": "Video bundle for Symfony 2",
"keywords": ["video", "vimeo", "rest", "api"],
"homepage": "https://github.com/wotek/VideoBundle",
"license": "MIT",
"require": {
"guzzle/guzzle": "~3.7",
"php": ">=5.3.2",
"symfony/symfony": ">=2.1,<2.4-dev"
},
"require-dev": {
"guzzle/guzzle": "~3.7",
"symfony/symfony": ">=2.1,<2.4-dev",
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master"
},
"authors": [
{
"name": "Wojtek Zalewski",
"email": "wojtek@kropka.net",
"homepage": "https://github.com/wotek"
}
],
"autoload": {
"psr-0": { "Wtk\\VideoBundle": "" }
},
"minimum-stability": "dev",
"target-dir": "Wtk/VideoBundle"
}