Skip to content

Commit

Permalink
Merge pull request #444 from matomo-org/fix-failing-builds
Browse files Browse the repository at this point in the history
Fix failing builds
  • Loading branch information
snake14 authored Aug 14, 2023
2 parents 6d6b826 + a07507c commit 92dbd61
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@
\Piwik\DI::get(\Piwik\Plugins\GoogleAnalyticsImporter\Diagnostic\RequiredExecutablesCheck::class),
]),

'\Piwik\Plugins\GoogleAnalyticsImporter\ApiQuotaHelper' => DI\create('\Piwik\Plugins\GoogleAnalyticsImporter\ApiQuotaHelper')
'\Piwik\Plugins\GoogleAnalyticsImporter\ApiQuotaHelper' => \Piwik\DI::create('\Piwik\Plugins\GoogleAnalyticsImporter\ApiQuotaHelper')
];
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "5.0.0",
"theme": false,
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
"matomo": ">=5.0.0-b5,<6.0.0-b1"
},
"authors": [
{
Expand Down
Loading

0 comments on commit 92dbd61

Please sign in to comment.