bumpi #103

Merged
lubiana merged 2 commits from bumpi into main 2025-06-29 17:41:14 +00:00
3 changed files with 1488 additions and 842 deletions
Showing only changes of commit 8ebf229d62 - Show all commits

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",