Commits on Source (9)
-
Reiter, Christoph authored14cd649a
-
Renovate Bot authored04bdf1ca
-
Reiter, Christoph authored
chore(deps): update dependency phpstan/phpstan to v1.1.2 See merge request !71
1b1bbbaf -
Renovate Bot authored92cd5295
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !73
8584c43e -
Reiter, Christoph authored
Upstream has added a swagger_ui_extra_configuration which does what we need.
2610be10 -
Reiter, Christoph authored
In case the user doesn't provide all of the required parameters it will fall back to the builtin swagger login button which requires the user to paste the access token. So in case a user doesn't use keycloak he/she can still use the API docs with some valid access token.
c586d208 -
Reiter, Christoph authored
And since this is untested with older versions bump the minimum requirement to 2.6.6 as well.
8297ffbd -
Reiter, Christoph authored
Symfony has special handling for the default name to ignore it when creating migrations, so better leave the naming up to Symfony.
... | ... | @@ -6,7 +6,7 @@ |
"php": "^7.3 || ^8.0", | ||
"ext-fileinfo": "*", | ||
"ext-json": "*", | ||
"api-platform/core": "^2.6.3", | ||
"api-platform/core": "^2.6.6", | ||
"doctrine/annotations": "^1.0", | ||
"dragonmantank/cron-expression": "^3.1", | ||
"guzzlehttp/guzzle": "^7.0", | ||
... | ... |