Skip to content

Commit

Permalink
Make plugin compatible with sentry-symfony v2.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Henkenjohann authored and bytehead committed Nov 6, 2018
1 parent 5aa5fbe commit 99d2fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": ">=7.1",
"contao/core-bundle": "^4.4",
"sentry/sentry-symfony": "^2.0"
"sentry/sentry-symfony": "^2.1"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ContaoManager/Plugin.php
Expand Up @@ -33,7 +33,7 @@ public function getBundles(ParserInterface $parser): array
public function registerContainerConfiguration(LoaderInterface $loader, array $managerConfig): void
{
// load default config from SentryBundle
$loader->load('@SentryBundle/Resources/config/services.yml');
$loader->load('@SentryBundle/Resources/config/services.xml');
}

public function getPackageDependencies(): array
Expand Down

0 comments on commit 99d2fc1

Please sign in to comment.