Compare commits
5 Commits
1.3.0
...
deadabefa1
Author | SHA1 | Date | |
---|---|---|---|
deadabefa1 | |||
2c9ec9db55
|
|||
4aea2fe135
|
|||
f7dc506506
|
|||
8ef752fdd0
|
5
.changes/unreleased/Release-20231129-104318.yaml
Normal file
5
.changes/unreleased/Release-20231129-104318.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
kind: Release
|
||||
body: Upgrade nodes dependencies
|
||||
time: 2023-11-29T10:43:18.913749558+01:00
|
||||
custom:
|
||||
Issue: ""
|
@@ -36,4 +36,5 @@ return [
|
||||
App\App::class => ['all' => true],
|
||||
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true],
|
||||
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
|
||||
Chill\EventBundle\ChillEventBundle::class => ['all' => true],
|
||||
];
|
||||
|
@@ -7,7 +7,7 @@ doctrine_migrations:
|
||||
'Chill\Migrations\Activity': '@ChillActivityBundle/migrations'
|
||||
'Chill\Migrations\DocStore': '@ChillDocStoreBundle/migrations'
|
||||
'Chill\Migrations\CustomFields': '@ChillCustomFieldsBundle/migrations'
|
||||
# 'Chill\Migrations\Event': '@ChillEventBundle/migrations'
|
||||
'Chill\Migrations\Event': '@ChillEventBundle/migrations'
|
||||
'Chill\Migrations\Person': '@ChillPersonBundle/migrations'
|
||||
'Chill\Migrations\Task': '@ChillTaskBundle/migrations'
|
||||
'Chill\Migrations\ThirdParty': '@ChillThirdPartyBundle/migrations'
|
||||
|
Reference in New Issue
Block a user