diff --git a/composer.json b/composer.json index 4a2612b..1ce8573 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require": { "ext-redis": "*", - "chill-project/chill-bundles": "dev-upgrade-sf5@dev", + "chill-project/chill-bundles": "dev-ticket-app-master@dev", "symfony/flex": "^1.9", "nelmio/alice": "^3.8", "phpoffice/phpword": "^0.18.2", diff --git a/config/bundles.php b/config/bundles.php index 6d60d71..caf675b 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -36,4 +36,5 @@ return [ KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true], Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], Chill\EventBundle\ChillEventBundle::class => ['all' => true], + Chill\TicketBundle\ChillTicketBundle::class => ['all' => true], ];