Skip to content

Commit f359854

Browse files
authored
Enable JSON Merge Patch (#127)
* Enable JSON Merge Patch * Bump deps, disable coverage
1 parent 5119724 commit f359854

File tree

6 files changed

+1336
-841
lines changed

6 files changed

+1336
-841
lines changed

api/composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"ext-ctype": "*",
77
"ext-iconv": "*",
88
"api-platform/api-pack": "^1.1",
9-
"api-platform/core": "2.4.x-dev",
9+
"api-platform/core": "2.5.x-dev",
1010
"doctrine/doctrine-migrations-bundle": "^2.0",
1111
"guzzlehttp/guzzle": "^6.3",
1212
"lexik/jwt-authentication-bundle": "^2.6",
1313
"ramsey/uuid-doctrine": "^1.5",
1414
"sensiolabs/security-checker": "^5.0",
15-
"symfony/console": "4.2.*",
16-
"symfony/dotenv": "4.2.*",
15+
"symfony/console": "4.3.*",
16+
"symfony/dotenv": "4.3.*",
1717
"symfony/flex": "^1.1",
18-
"symfony/framework-bundle": "4.2.*",
18+
"symfony/framework-bundle": "4.3.*",
1919
"symfony/mercure-bundle": "^0.1.1",
20-
"symfony/translation": "4.2.*",
21-
"symfony/yaml": "4.2.*",
20+
"symfony/translation": "4.3.*",
21+
"symfony/yaml": "4.3.*",
2222
"webonyx/graphql-php": "^0.13"
2323
},
2424
"require-dev": {
@@ -32,7 +32,7 @@
3232
"phpunit/php-code-coverage": "^7.0",
3333
"symfony/maker-bundle": "^1.11",
3434
"symfony/profiler-pack": "^1.0",
35-
"symfony/var-dumper": "4.2.*"
35+
"symfony/var-dumper": "4.3.*"
3636
},
3737
"config": {
3838
"preferred-install": {
@@ -78,7 +78,7 @@
7878
"extra": {
7979
"symfony": {
8080
"allow-contrib": false,
81-
"require": "4.2.*"
81+
"require": "4.3.*"
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)