Update Composer

Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
This commit is contained in:
Dillon-Brown 2020-10-23 11:16:33 +01:00
parent 6734f26d98
commit 8235e46b2d
4 changed files with 2638 additions and 1195 deletions

View file

@ -25,11 +25,13 @@
"symfony/dotenv": "^4.4",
"symfony/flex": "^1.6",
"symfony/framework-bundle": "^4.4",
"symfony/http-client": "^4.4",
"symfony/monolog-bundle": "^3.5",
"symfony/orm-pack": "^1.0",
"symfony/security-bundle": "^4.4",
"webonyx/graphql-php": "^0.13.8"
"webonyx/graphql-php": "^0.13.8",
"symfony/http-client-contracts": "1.1.8",
"symfony/http-client": "4.4.13",
"symfony/http-foundation": "4.4.7"
},
"require-dev": {
"api-platform/schema-generator": "^2.2",

3400
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -12,5 +12,5 @@ return [
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true]
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
];

View file

@ -182,6 +182,9 @@
"doctrine/reflection": {
"version": "v1.1.0"
},
"doctrine/sql-formatter": {
"version": "1.1.1"
},
"easyrdf/easyrdf": {
"version": "0.9.1"
},
@ -221,9 +224,6 @@
"jakubledl/dissect": {
"version": "v1.0.1"
},
"jdorn/sql-formatter": {
"version": "v1.2.17"
},
"justinrainbow/json-schema": {
"version": "5.2.9"
},
@ -518,6 +518,9 @@
"symfony/polyfill-intl-idn": {
"version": "v1.13.1"
},
"symfony/polyfill-intl-normalizer": {
"version": "v1.19.0"
},
"symfony/polyfill-mbstring": {
"version": "v1.13.1"
},
@ -530,6 +533,9 @@
"symfony/polyfill-php73": {
"version": "v1.13.1"
},
"symfony/polyfill-php80": {
"version": "v1.19.0"
},
"symfony/process": {
"version": "v4.4.4"
},
@ -583,6 +589,9 @@
"symfony/serializer": {
"version": "v4.4.4"
},
"symfony/serializer-pack": {
"version": "v1.0.4"
},
"symfony/service-contracts": {
"version": "v1.1.8"
},