Skip to content

Commit

Permalink
Merge pull request #41 from stayallive/updates-and-fixes
Browse files Browse the repository at this point in the history
Dependency and test url update
  • Loading branch information
thelfensdrfer authored Sep 12, 2018
2 parents 3fea023 + 8b35790 commit e1e1d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"require": {
"php": ">=7",
"voku/httpful": "0.2.*"
"voku/httpful": "0.4.*"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
Expand Down
2 changes: 1 addition & 1 deletion tests/PiwikTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class PiwikTest extends \PHPUnit\Framework\TestCase
{
const TEST_SITE_URL = 'https://demo.piwik.org/';
const TEST_SITE_URL = 'https://demo.matomo.org/';

const TEST_SITE_ID = 7;

Expand Down

0 comments on commit e1e1d0e

Please sign in to comment.