bumpi
This commit is contained in:
parent
1f9562d36b
commit
8ebf229d62
3 changed files with 1488 additions and 842 deletions
2320
composer.lock
generated
2320
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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,
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue