Skip to content

Commit

Permalink
EZEE-3176: Enable Permissions bundle (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn authored Jul 14, 2020
1 parent 54cb3ab commit f0f1c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"ezsystems/ezplatform-version-comparison": "^1.1@dev",
"ezsystems/ezplatform-workflow": "^2.1@dev",
"ezsystems/ezplatform-search": "^1.0@dev",
"ezsystems/ezplatform-permissions": "^1.0@dev",
"friendsofsymfony/jsrouting-bundle": "^2.5",
"gregwar/captcha-bundle": "^2.0",
"hautelook/templated-uri-bundle": "^3.2",
Expand Down
1 change: 1 addition & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@
FriendsOfBehat\SymfonyExtension\Bundle\FriendsOfBehatSymfonyExtensionBundle::class => ['test' => true, 'behat' => true],
Hautelook\TemplatedUriBundle\HautelookTemplatedUriBundle::class => ['all' => true],
Ibexa\Platform\Bundle\ElasticSearchEngine\PlatformElasticSearchEngineBundle::class => ['all' => true],
Ibexa\Platform\Bundle\Permissions\PlatformPermissionsBundle::class => ['all' => true],
];

0 comments on commit f0f1c22

Please sign in to comment.