Skip to content

Commit

Permalink
Include client device stats on statistics page. (#335)
Browse files Browse the repository at this point in the history
RELNOTE: Requires database update, add device column on statistics and redis_stats tables.
  • Loading branch information
dgarciabriseno authored Sep 25, 2023
1 parent 75203b4 commit 574e611
Show file tree
Hide file tree
Showing 10 changed files with 610 additions and 241 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@
{
"type": "vcs",
"url": "https://github.com/dgarciabriseno/helioviewer-event-interface.git"
},
{
"type": "vcs",
"url": "https://github.com/dgarciabriseno/device-detector.git"
}
],
"require": {
"helioviewer/event-interface": "dev-main"
"helioviewer/event-interface": "dev-main",
"matomo/device-detector": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
Expand Down
Loading

0 comments on commit 574e611

Please sign in to comment.