Skip to content

Commit

Permalink
hotfix: php > 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Sep 27, 2024
1 parent 1d50557 commit 825833c
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/Doctrine/Common/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"doctrine/collections": "^2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Doctrine/Odm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/doctrine-common": "^3.4 || ^4.0",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Doctrine/Orm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/doctrine-common": "^3.4 || ^4.0",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
Expand Down
3 changes: 2 additions & 1 deletion src/Documentation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
}
],
"require": {
"api-platform/metadata": "^3.4 || ^4.0"
"api-platform/metadata": "^3.4 || ^4.0",
"php": ">=8.2"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/serializer": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/GraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"api-platform/serializer": "^3.4 || ^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/HttpCache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"symfony/http-foundation": "^6.4 || ^7.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Hydra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/state": "^3.4 || ^4.0",
"api-platform/documentation": "^3.4 || ^4.0",
"api-platform/metadata": "^3.4 || ^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/JsonApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/documentation": "^3.4 || ^4.0",
"api-platform/json-schema": "^3.4 || ^4.0",
"api-platform/metadata": "^3.4 || ^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/JsonLd/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/state": "^3.4 || ^4.0",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/serializer": "^3.4 || ^4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/JsonSchema/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/property-info": "^6.4 || ^7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/documentation": "^4.0",
"api-platform/hydra": "^4.0",
"api-platform/json-schema": "^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Metadata/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"doctrine/inflector": "^1.0 || ^2.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/OpenApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/json-schema": "^3.4 || ^4.0",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/RamseyUuid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"symfony/serializer": "^6.4 || ^7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Serializer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"doctrine/collections": "^2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/State/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"psr/container": "^1.0 || ^2.0",
"symfony/http-kernel": "^6.4 || ^7.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/documentation": "^3.4 || ^4.0",
"api-platform/http-cache": "^3.4 || ^4.0",
"api-platform/json-schema": "^3.4 || ^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Validator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"api-platform/metadata": "^3.4 || ^4.0",
"symfony/web-link": "^6.4 || ^7.1"
},
Expand Down

0 comments on commit 825833c

Please sign in to comment.