Skip to content

Commit 86213eb

Browse files
authored
chore: bump dependencies to ^3.4 || ^4.0 (#6576)
* chore: bump dependencies to ^3.4 || ^4.0 * fix: use baseline for serializer context builder * ci: use pmu 0.12
1 parent 6499e0a commit 86213eb

File tree

21 files changed

+93
-93
lines changed

21 files changed

+93
-93
lines changed

composer.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@
3838
"willdurand/negotiation": "^3.0"
3939
},
4040
"require-dev": {
41-
"api-platform/json-schema": "^3.2 || ^4.0",
42-
"api-platform/metadata": "^3.2 || ^4.0",
43-
"api-platform/state": "^3.2 || ^4.0",
44-
"api-platform/doctrine-common": "^3.2 || ^4.0",
45-
"api-platform/doctrine-odm": "^3.2 || ^4.0",
46-
"api-platform/doctrine-orm": "^3.2 || ^4.0",
47-
"api-platform/openapi": "^3.2 || ^4.0",
48-
"api-platform/ramsey-uuid": "^3.2 || ^4.0",
49-
"api-platform/jsonld": "^3.2 || ^4.0",
50-
"api-platform/serializer": "^3.2 || ^4.0",
41+
"api-platform/json-schema": "^3.4 || ^4.0",
42+
"api-platform/metadata": "^3.4 || ^4.0",
43+
"api-platform/state": "^3.4 || ^4.0",
44+
"api-platform/doctrine-common": "^3.4 || ^4.0",
45+
"api-platform/doctrine-odm": "^3.4 || ^4.0",
46+
"api-platform/doctrine-orm": "^3.4 || ^4.0",
47+
"api-platform/openapi": "^3.4 || ^4.0",
48+
"api-platform/ramsey-uuid": "^3.4 || ^4.0",
49+
"api-platform/jsonld": "^3.4 || ^4.0",
50+
"api-platform/serializer": "^3.4 || ^4.0",
5151
"api-platform/json-api": "^3.3 || ^4.0",
52-
"api-platform/http-cache": "^3.2 || ^4.0",
53-
"api-platform/elasticsearch": "^3.2 || ^4.0",
54-
"api-platform/hydra": "^3.2 || ^4.0",
55-
"api-platform/documentation": "^3.2 || ^4.0",
56-
"api-platform/validator": "^3.2 || ^4.0",
57-
"api-platform/graphql": "^3.2 || ^4.0",
58-
"behat/behat": "^3.11",
52+
"api-platform/http-cache": "^3.4 || ^4.0",
53+
"api-platform/elasticsearch": "^3.4 || ^4.0",
54+
"api-platform/hydra": "^3.4 || ^4.0",
55+
"api-platform/documentation": "^3.4 || ^4.0",
56+
"api-platform/validator": "^3.4 || ^4.0",
57+
"api-platform/graphql": "^3.4 || ^4.0",
58+
"behat/behat": "^3.11",
5959
"behat/mink": "^1.9",
6060
"doctrine/cache": "^1.11 || ^2.1",
6161
"doctrine/common": "^3.2.2",
@@ -84,7 +84,7 @@
8484
"ramsey/uuid-doctrine": "^1.4 || ^2.0 || ^3.0",
8585
"sebastian/comparator": "<5.0",
8686
"soyuka/contexts": "v3.3.9",
87-
"soyuka/pmu": "^0.0.11",
87+
"soyuka/pmu": "^0.0.12",
8888
"soyuka/stubs-mongodb": "^1.0",
8989
"symfony/asset": "^6.4 || ^7.1",
9090
"symfony/browser-kit": "^6.4 || ^7.1",

pmu.baseline

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Class "ApiPlatform\Serializer\SerializerContextBuilder" uses "ApiPlatform\Doctrine\Orm\State\Options" but it is not declared as dependency.

src/Doctrine/Common/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
],
2424
"require": {
2525
"php": ">=8.1",
26-
"api-platform/metadata": "^3.4",
27-
"api-platform/state": "^3.4",
26+
"api-platform/metadata": "^3.4 || ^4.0",
27+
"api-platform/state": "^3.4 || ^4.0",
2828
"doctrine/collections": "^2.1",
2929
"doctrine/common": "^3.2.2",
3030
"doctrine/persistence": "^3.2",
@@ -35,10 +35,10 @@
3535
"require-dev": {
3636
"doctrine/mongodb-odm": "^2.6",
3737
"symfony/expression-language": "^6.4 || 7.0",
38-
"api-platform/http-cache": "^3.4",
39-
"api-platform/graphql": "^3.4",
40-
"api-platform/validator": "^3.4",
41-
"api-platform/serializer": "^3.4",
38+
"api-platform/http-cache": "^3.4 || ^4.0",
39+
"api-platform/graphql": "^3.4 || ^4.0",
40+
"api-platform/validator": "^3.4 || ^4.0",
41+
"api-platform/serializer": "^3.4 || ^4.0",
4242
"symfony/mercure-bundle": "*",
4343
"doctrine/orm": "^2.17 || ^3.0",
4444
"phpspec/prophecy-phpunit": "^2.0",

src/Doctrine/Odm/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"require": {
2424
"php": ">=8.1",
25-
"api-platform/doctrine-common": "^3.1",
26-
"api-platform/metadata": "^3.1",
27-
"api-platform/state": "^3.1",
25+
"api-platform/doctrine-common": "^3.4 || ^4.0",
26+
"api-platform/metadata": "^3.4 || ^4.0",
27+
"api-platform/state": "^3.4 || ^4.0",
2828
"doctrine/mongodb-odm": "^2.2",
2929
"doctrine/mongodb-odm-bundle": "^5.0",
3030
"symfony/property-info": "^6.4 || ^7.1"

src/Doctrine/Orm/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
],
2222
"require": {
2323
"php": ">=8.1",
24-
"api-platform/doctrine-common": "^3.1",
25-
"api-platform/metadata": "^3.1",
26-
"api-platform/state": "^3.1",
24+
"api-platform/doctrine-common": "^3.4 || ^4.0",
25+
"api-platform/metadata": "^3.4 || ^4.0",
26+
"api-platform/state": "^3.4 || ^4.0",
2727
"doctrine/doctrine-bundle": "^2.11",
2828
"doctrine/orm": "^2.17 || ^3.0",
2929
"symfony/property-info": "^6.4 || ^7.1"

src/Documentation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"api-platform/metadata": "^3.1"
23+
"api-platform/metadata": "^3.4 || ^4.0"
2424
},
2525
"extra": {
2626
"branch-alias": {

src/Elasticsearch/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"require": {
2424
"php": ">=8.1",
25-
"api-platform/metadata": "^3.1",
26-
"api-platform/serializer": "^3.1",
27-
"api-platform/state": "^3.1",
25+
"api-platform/metadata": "^3.4 || ^4.0",
26+
"api-platform/serializer": "^3.4 || ^4.0",
27+
"api-platform/state": "^3.4 || ^4.0",
2828
"elasticsearch/elasticsearch": "^8.9",
2929
"symfony/cache": "^6.4 || ^7.0",
3030
"symfony/console": "^6.4 || ^7.0",

src/GraphQl/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
],
2222
"require": {
2323
"php": ">=8.1",
24-
"api-platform/metadata": "^3.4",
25-
"api-platform/state": "^3.4",
26-
"api-platform/serializer": "^3.4",
27-
"api-platform/validator": "^3.4",
24+
"api-platform/metadata": "^3.4 || ^4.0",
25+
"api-platform/state": "^3.4 || ^4.0",
26+
"api-platform/serializer": "^3.4 || ^4.0",
27+
"api-platform/validator": "^3.4 || ^4.0",
2828
"symfony/property-info": "^6.4 || ^7.1",
2929
"symfony/serializer": "^6.4 || ^7.1",
3030
"webonyx/graphql-php": "^14.0 || ^15.0",
3131
"willdurand/negotiation": "^3.0"
3232
},
3333
"require-dev": {
3434
"phpspec/prophecy-phpunit": "^2.0",
35-
"api-platform/validator": "^3.1",
35+
"api-platform/validator": "^3.4 || ^4.0",
3636
"twig/twig": "^3.7",
3737
"symfony/mercure-bundle": "*",
3838
"symfony/phpunit-bridge": "^6.4 || ^7.0",

src/HttpCache/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"php": ">=8.1",
24-
"api-platform/metadata": "^3.1",
25-
"api-platform/state": "^3.1",
24+
"api-platform/metadata": "^3.4 || ^4.0",
25+
"api-platform/state": "^3.4 || ^4.0",
2626
"symfony/http-foundation": "^6.4 || ^7.1"
2727
},
2828
"require-dev": {

src/Hydra/composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@
2828
],
2929
"require": {
3030
"php": ">=8.1",
31-
"api-platform/state": "^3.1",
32-
"api-platform/documentation": "^3.1",
33-
"api-platform/metadata": "^3.1",
34-
"api-platform/jsonld": "^3.1",
35-
"api-platform/json-schema": "^3.1",
36-
"api-platform/serializer": "^3.1"
31+
"api-platform/state": "^3.4 || ^4.0",
32+
"api-platform/documentation": "^3.4 || ^4.0",
33+
"api-platform/metadata": "^3.4 || ^4.0",
34+
"api-platform/jsonld": "^3.4 || ^4.0",
35+
"api-platform/json-schema": "^3.4 || ^4.0",
36+
"api-platform/serializer": "^3.4 || ^4.0"
3737
},
3838
"require-dev": {
39-
"api-platform/doctrine-odm": "^3.2",
40-
"api-platform/doctrine-orm": "^3.2",
41-
"api-platform/doctrine-common": "^3.2"
39+
"api-platform/doctrine-odm": "^3.4 || ^4.0",
40+
"api-platform/doctrine-orm": "^3.4 || ^4.0",
41+
"api-platform/doctrine-common": "^3.4 || ^4.0"
4242
},
4343
"autoload": {
4444
"psr-4": {

0 commit comments

Comments
 (0)