File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2626 },
2727 "require" : {
2828 "php" : " >=5.6" ,
29- "phpunit/php-code-coverage" : " ~ 5.0" ,
30- "behat/behat" : " ~ 3.0" ,
31- "guzzlehttp/guzzle" : " ~ 6.0" ,
32- "symfony/config" : " ~ 2.3||~ 3.0||~ 4.0" ,
33- "symfony/dependency-injection" : " ~ 2.2||~ 3.0||~ 4.0" ,
34- "symfony/expression-language" : " ~ 2.2||~ 3.0||~ 4.0" ,
35- "symfony/http-kernel" : " ~ 2.3||~ 3.0||~ 4.0" ,
36- "symfony/http-foundation" : " ~ 2.3||~ 3.0||~ 4.0"
29+ "phpunit/php-code-coverage" : " ^ 5.0" ,
30+ "behat/behat" : " ^ 3.0" ,
31+ "guzzlehttp/guzzle" : " ^ 6.0" ,
32+ "symfony/config" : " ^ 2.3||^ 3.0||^ 4.0" ,
33+ "symfony/dependency-injection" : " ^ 2.2||^ 3.0||^ 4.0" ,
34+ "symfony/expression-language" : " ^ 2.2||^ 3.0||^ 4.0" ,
35+ "symfony/http-kernel" : " ^ 2.3||^ 3.0||^ 4.0" ,
36+ "symfony/http-foundation" : " ^ 2.3||^ 3.0||^ 4.0"
3737 },
3838 "require-dev" : {
39- "phpunit/phpunit" : " ~ 6.0" ,
39+ "phpunit/phpunit" : " ^ 6.0" ,
4040 "mikey179/vfsStream" : " 1.6.*"
4141 },
4242 "suggest" : {
You can’t perform that action at this time.
0 commit comments