Skip to content

Commit 6d8a061

Browse files
author
Stephan Wentz
committed
switch to transcoder 2.0, fix symfony dependency version
1 parent 476105d commit 6d8a061

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
],
2121
"require": {
2222
"php": ">=5.5.0",
23-
"brainbits/transcoder": "~1.0"
23+
"brainbits/transcoder": "~2.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "~4.5",
27-
"symfony/config": "~2.3.0",
28-
"symfony/dependency-injection": "~2.3.0",
29-
"symfony/http-kernel": "~2.3.0",
27+
"symfony/config": "^2.3",
28+
"symfony/dependency-injection": "^2.3",
29+
"symfony/http-kernel": "^2.3",
3030
"matthiasnoback/symfony-config-test": "^1.4",
3131
"matthiasnoback/symfony-dependency-injection-test": "^0.7.6"
3232
},

0 commit comments

Comments
 (0)