-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
47 lines (47 loc) · 1.57 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
42
43
44
45
46
47
{
"name": "xabbuh/panda-bundle",
"description": "integration of the Panda encoding services into the Symfony2 Framework",
"keywords": ["Panda", "video encoding", "REST", "client", "Symfony", "bundle"],
"homepage": "https://github.com/xabbuh/PandaBundle",
"license": "MIT",
"authors": [
{
"name": "Christian Flothmann",
"homepage": "https://github.com/xabbuh"
}
],
"autoload": {
"psr-4": { "Xabbuh\\PandaBundle\\": "" }
},
"require": {
"php": "^7.1",
"symfony/config": "^4.4||^5.0",
"symfony/console": "^4.4||^5.0",
"symfony/dependency-injection": "^4.4||^5.0",
"symfony/event-dispatcher": "^4.4||^5.0",
"symfony/form": "^4.4||^5.0",
"symfony/http-foundation": "^4.4||^5.0",
"symfony/http-kernel": "^4.4||^5.0",
"symfony/options-resolver": "^4.4||^5.0",
"symfony/routing": "^4.4||^5.0",
"xabbuh/panda-client": "^1.3"
},
"require-dev": {
"guzzlehttp/psr7": "^1.4",
"matthiasnoback/symfony-dependency-injection-test": "^3.1||^4.0",
"nyholm/psr7": "^1.0",
"php-http/mock-client": "^1.1",
"symfony/browser-kit": "^4.4||^5.0",
"symfony/dom-crawler": "^4.4||^5.0",
"symfony/finder": "^4.4||^5.0",
"symfony/framework-bundle": "^4.4||^5.0",
"symfony/phpunit-bridge": "^4.4||^5.0",
"symfony/validator": "^4.4||^5.0"
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}