Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit ae7d8dc

Browse files
author
Grant Kinney
committed
Adds geoip through buildpack
1 parent ede1741 commit ae7d8dc

File tree

4 files changed

+218
-3
lines changed

4 files changed

+218
-3
lines changed

.buildpacks

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
https://github.com/heroku/heroku-buildpack-php.git#v122
2+
https://github.com/danstiner/heroku-buildpack-geoip-geolite2.git

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"ext-gd": "*",
2727
"ext-xml": "*",
2828
"ext-mbstring": "*",
29-
"piwik/SecurityInfo": "^3.0"
29+
"piwik/SecurityInfo": "^3.0",
30+
"geoip2/geoip2": "^2.6"
3031
},
3132
"license": "GPL-3.0",
3233
"authors": [

composer.lock

Lines changed: 214 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config.ini.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@
7171
PluginsInstalled[] = "ProfessionalServices"
7272
PluginsInstalled[] = "UserId"
7373
PluginsInstalled[] = "CustomPiwikJs"
74-
PluginsInstalled[] = "SecurityInfo"

0 commit comments

Comments
 (0)