bumpi
All checks were successful
/ ls (pull_request) Successful in 1m37s
/ ls (push) Successful in 1m37s

This commit is contained in:
lubiana 2025-06-29 19:34:59 +02:00
parent 1f9562d36b
commit 8ebf229d62
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 1488 additions and 842 deletions

2320
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -48,13 +48,13 @@ return [
'dev' => true, 'dev' => true,
'test' => true, 'test' => true,
], ],
ApiPlatformBundle::class => [
'all' => true,
],
TwigExtraBundle::class => [ TwigExtraBundle::class => [
'all' => true, 'all' => true,
], ],
MonologBundle::class => [ MonologBundle::class => [
'all' => true, 'all' => true,
], ],
ApiPlatformBundle::class => [
'all' => true,
],
]; ];

View file

@ -1,11 +1,11 @@
{ {
"api-platform/core": { "api-platform/symfony": {
"version": "4.1", "version": "4.1",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "4.0", "version": "4.0",
"ref": "cb9e6b8ceb9b62f32d41fc8ad72a25d5bd674c6d" "ref": "e9952e9f393c2d048f10a78f272cd35e807d972b"
}, },
"files": [ "files": [
"config/packages/api_platform.yaml", "config/packages/api_platform.yaml",