[Composer] Bump minimal version of APIP 3.4

This commit is contained in:
Grzegorz Sadowski 2024-10-07 10:34:58 +02:00
parent 20178b10f7
commit 56465cc04f
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
"ext-intl": "*", "ext-intl": "*",
"ext-json": "*", "ext-json": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"api-platform/core": "^3.4.0", "api-platform/core": "^3.4.2",
"babdev/pagerfanta-bundle": "^3.7 || ^4.0", "babdev/pagerfanta-bundle": "^3.7 || ^4.0",
"behat/transliterator": "^1.3", "behat/transliterator": "^1.3",
"doctrine/collections": "^1.6", "doctrine/collections": "^1.6",

View file

@ -25,7 +25,7 @@
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"doctrine/dbal": "^3.0", "doctrine/dbal": "^3.0",
"api-platform/core": "^3.4.0", "api-platform/core": "^3.4.2",
"enshrined/svg-sanitize": "^0.16", "enshrined/svg-sanitize": "^0.16",
"lexik/jwt-authentication-bundle": "^2.11", "lexik/jwt-authentication-bundle": "^2.11",
"sylius/core-bundle": "^2.0", "sylius/core-bundle": "^2.0",