Skip to content

Commit

Permalink
feat: Fixed api-platform version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed May 2, 2024
1 parent 151878e commit 6501910
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ext-openssl": "*",
"ext-simplexml": "*",
"ext-zip": "*",
"api-platform/core": "^3.2.14",
"api-platform/core": "~3.2.14",
"codercat/jwk-to-pem": "^1.0",
"composer/package-versions-deprecated": "1.11.99.3",
"doctrine/annotations": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/EntityGenerator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"squizlabs/php_codesniffer": "^3.5",
"phpstan/phpstan": "^1.5.3",
"phpunit/phpunit": "^9.5",
"api-platform/core": "^3.2.14"
"api-platform/core": "~3.2.14"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizCoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ext-iconv": "*",
"ext-zip": "*",
"ext-json": "*",
"api-platform/core": "^3.2.14",
"api-platform/core": "~3.2.14",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.8.1",
"doctrine/doctrine-migrations-bundle": "^3.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizUserBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prefer-stable": true,
"require": {
"php": ">=8.1",
"api-platform/core": "^3.2.14",
"api-platform/core": "~3.2.14",
"symfony/framework-bundle": "6.4.*",
"symfony/rate-limiter": "6.4.*",
"symfony/lock": "6.4.*",
Expand Down

0 comments on commit 6501910

Please sign in to comment.