Skip to content

Commit

Permalink
explicitly install sentry bundle, fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Mar 19, 2024
1 parent d06f9d5 commit e36fe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This plugin integrates the [Sentry](https://sentry.io) error tracking service in
## Installation

```bash
composer require frosh/sentry-bundle
composer require "frosh/sentry-bundle:*" "sentry/sentry-symfony:*"
```

## Configuration
Expand Down

2 comments on commit e36fe8d

@amenk
Copy link
Contributor

@amenk amenk commented on e36fe8d Sep 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amenk
Copy link
Contributor

@amenk amenk commented on e36fe8d Sep 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it's needed to explicitly list it?

$ composer require "frosh/sentry-bundle:*" 
./composer.json has been updated
Running composer update frosh/sentry-bundle
Loading composer repositories with package information                                                                                                                                                                                                                                                                                                                      Updating dependencies                                 
Lock file operations: 4 installs, 0 updates, 0 removals
  - Locking frosh/sentry-bundle (0.1.6)
  - Locking sentry/sentry (4.9.0)
  - Locking sentry/sentry-symfony (5.0.1)
  - Locking symfony/security-http (v7.1.5)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 4 installs, 0 updates, 0 removals
  - Installing symfony/security-http (v7.1.5): Extracting archive
  - Installing sentry/sentry (4.9.0): Extracting archive
  - Installing sentry/sentry-symfony (5.0.1): Extracting archive
  - Installing frosh/sentry-bundle (0.1.6): Extracting archive
1 package suggestions were added by new dependencies, use `composer suggest` to see details.

Please sign in to comment.