Skip to content

Commit b9783b5

Browse files
committed
Upgrade vendors
1 parent e97708e commit b9783b5

File tree

4 files changed

+747
-395
lines changed

4 files changed

+747
-395
lines changed

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"type": "project",
55
"config" : {
66
"bin-dir": "bin",
7+
"platform": {"php": "5.6"},
78
"sort-packages": true
89
},
910
"autoload": {
@@ -22,20 +23,20 @@
2223
},
2324
"require": {
2425
"php": ">=5.5.9",
25-
"symfony/symfony": "3.2.*",
26+
"symfony/symfony": "3.4.*",
2627
"doctrine/orm": "^2.5",
2728
"doctrine/doctrine-bundle": "^1.6",
2829
"doctrine/doctrine-cache-bundle": "^1.2",
2930
"symfony/monolog-bundle": "^2.8",
3031
"sensio/distribution-bundle": "^5.0",
3132
"sensio/framework-extra-bundle": "^3.0.2",
3233
"incenteev/composer-parameter-handler": "^2.0",
33-
"overblog/graphql-bundle": "dev-master",
34+
"overblog/graphql-bundle": "^0.9.0",
3435
"twig/twig": "^1.30"
3536
},
3637
"require-dev": {
3738
"sensio/generator-bundle": "^3.0",
38-
"symfony/phpunit-bridge": "^3.2",
39+
"symfony/phpunit-bridge": "^3.4",
3940
"doctrine/doctrine-fixtures-bundle": "^2.3",
4041
"phpunit/phpunit": "^4.1|^5.1",
4142
"liip/functional-test-bundle": "^1.5"

0 commit comments

Comments
 (0)