Skip to content

Commit fe51cd0

Browse files
committed
Bump vendors
1 parent cc9c801 commit fe51cd0

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
@@ -13,10 +13,10 @@
1313
],
1414
"require": {
1515
"php": "^7.1",
16-
"symfony/framework-bundle": "^3.4|^4",
17-
"symfony/console": "^3.4|^4",
18-
"symfony/dependency-injection": "^3.4|^4",
19-
"symfony/property-access": "^3.4|^4",
16+
"symfony/framework-bundle": "^3.4|^4.3",
17+
"symfony/console": "^3.4|^4.3",
18+
"symfony/dependency-injection": "^3.4|^4.3",
19+
"symfony/property-access": "^3.4|^4.3",
2020
"pagerfanta/pagerfanta": "^1.0.5|^2.0",
2121
"psr/log": "^1.0",
2222
"ruflin/elastica": "^5.3.5|^6.1.1"
@@ -30,12 +30,12 @@
3030
"jms/serializer-bundle": "^2.2",
3131
"phpunit/phpunit": "^5.7.11|^6.5",
3232
"knplabs/knp-components": "^1.2",
33-
"symfony/expression-language" : "^3.4|^4",
34-
"symfony/twig-bundle": "^3.4|^4",
35-
"symfony/serializer": "^3.4|^4",
36-
"symfony/yaml": "^3.4|^4",
33+
"symfony/expression-language" : "^3.4|^4.3",
34+
"symfony/twig-bundle": "^3.4|^4.3",
35+
"symfony/serializer": "^3.4|^4.3",
36+
"symfony/yaml": "^3.4|^4.3",
3737
"friendsofphp/php-cs-fixer": "^2.2",
38-
"symfony/web-profiler-bundle": "^3.4|^4.0"
38+
"symfony/web-profiler-bundle": "^3.4|^4.3"
3939
},
4040
"suggest": {
4141
"enqueue/elastica-bundle": "The bundle adds extra features to FOSElasticaBundle bundle. Aimed to improve performance."
@@ -48,7 +48,7 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "5.1.x-dev"
51+
"dev-master": "5.2.x-dev"
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)