Skip to content

Commit

Permalink
[BUGFIX] Remove suggests to avoid problems
Browse files Browse the repository at this point in the history
with EXT:matomo_widgets
  • Loading branch information
brotkrueml committed Sep 27, 2021
1 parent 0325ffd commit 1a8e0dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Option to track error pages (#1)
- Option to track JavaScript errors (#2)

### Fixed
- Remove suggests to avoid dependency problems with EXT:matomo_widgets

## [1.0.0] - 2021-08-30

Initial release
Expand Down
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"symplify/phpstan-rules": "^9.3",
"typo3/coding-standards": "^0.3"
},
"suggest": {
"brotkrueml/typo3-matomo-optout": "Content element for opting-out of Matomo analytics",
"brotkrueml/typo3-matomo-widgets": "Dashboard widgets with Matomo reports"
},
"config": {
"bin-dir": ".Build/bin",
"sort-packages": true,
Expand Down
5 changes: 1 addition & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
'php' => '7.4.0-0.0.0',
],
'conflicts' => [],
'suggests' => [
'matomo_optout' => '',
'matomo_widgets' => '',
],
'suggests' => [],
],
'autoload' => [
'psr-4' => ['Brotkrueml\\MatomoIntegration\\' => 'Classes']
Expand Down

0 comments on commit 1a8e0dd

Please sign in to comment.