|
13 | 13 | ], |
14 | 14 | "require": { |
15 | 15 | "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", |
20 | 20 | "pagerfanta/pagerfanta": "^1.0.5|^2.0", |
21 | 21 | "psr/log": "^1.0", |
22 | 22 | "ruflin/elastica": "^5.3.5|^6.1.1" |
|
31 | 31 | "jms/serializer-bundle": "^2.2", |
32 | 32 | "phpunit/phpunit": "^5.7.11|^6.5", |
33 | 33 | "knplabs/knp-components": "^1.2", |
34 | | - "symfony/expression-language" : "^3.4|^4", |
35 | | - "symfony/twig-bundle": "^3.4|^4", |
36 | | - "symfony/serializer": "^3.4|^4", |
37 | | - "symfony/yaml": "^3.4|^4", |
| 34 | + "symfony/expression-language" : "^3.4|^4.3", |
| 35 | + "symfony/twig-bundle": "^3.4|^4.3", |
| 36 | + "symfony/serializer": "^3.4|^4.3", |
| 37 | + "symfony/yaml": "^3.4|^4.3", |
38 | 38 | "friendsofphp/php-cs-fixer": "^2.2", |
39 | | - "symfony/web-profiler-bundle": "^3.4|^4.0" |
| 39 | + "symfony/web-profiler-bundle": "^3.4|^4.3" |
40 | 40 | }, |
41 | 41 | "suggest": { |
42 | 42 | "enqueue/elastica-bundle": "The bundle adds extra features to FOSElasticaBundle bundle. Aimed to improve performance." |
|
49 | 49 | }, |
50 | 50 | "extra": { |
51 | 51 | "branch-alias": { |
52 | | - "dev-master": "5.1.x-dev" |
| 52 | + "dev-master": "5.2.x-dev" |
53 | 53 | } |
54 | 54 | } |
55 | 55 | } |
0 commit comments