Skip to content

Commit 0753193

Browse files
committed
update outdated dev dependencies for min-requirement test
twig-bundle 3.2 causes PHP Fatal error: Class 'Symfony\Component\Config\Resource\ClassExistenceResource' not found in /home/travis/build/FriendsOfSymfony/FOSElasticaBundle/vendor/symfony/twig-bundle/DependencyInjection/Compiler/ExtensionPass.php on line 80
1 parent 0345098 commit 0753193

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@
1818
"symfony/dependency-injection": "^2.8|^3.2",
1919
"symfony/options-resolver" : "^2.8|^3.2",
2020
"symfony/property-access": "^2.8|^3.2",
21-
"psr/log": "~1.0",
21+
"psr/log": "^1.0",
2222
"ruflin/elastica": "3.2.*"
2323
},
2424
"require-dev":{
25-
"doctrine/orm": "~2.4",
26-
"doctrine/doctrine-bundle": "~1.6",
27-
"doctrine/phpcr-bundle": "~1.2",
28-
"doctrine/phpcr-odm": "^1",
29-
"jackalope/jackalope-doctrine-dbal": "~1.1",
30-
"jms/serializer-bundle": "~1.1",
31-
"phpunit/phpunit": "~4.8|~5.0",
25+
"doctrine/orm": "^2.5",
26+
"doctrine/doctrine-bundle": "^1.6",
27+
"doctrine/phpcr-bundle": "^1.3",
28+
"doctrine/phpcr-odm": "^1.4",
29+
"jackalope/jackalope-doctrine-dbal": "^1.2",
30+
"jms/serializer-bundle": "^2.2",
31+
"phpunit/phpunit": "^4.8|^5.0",
3232
"propel/propel1": "^1.7",
3333
"pagerfanta/pagerfanta": "^1.0.5",
34-
"knplabs/knp-components": "~1.2",
34+
"knplabs/knp-components": "^1.2",
3535
"symfony/browser-kit": "^2.8|^3.2",
3636
"symfony/expression-language" : "^2.8|^3.2",
37-
"symfony/twig-bundle": "^2.8|^3.2",
37+
"symfony/twig-bundle": "^2.8|^3.4",
3838
"symfony/serializer": "^2.8|^3.2",
3939
"symfony/yaml": "^2.8|^3.2",
4040
"symfony/stopwatch": "^2.8|^3.2"

0 commit comments

Comments
 (0)