Skip to content

Commit

Permalink
Add Freemius integration
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhobo committed Oct 15, 2016
1 parent f3f1d8d commit 49841ec
Show file tree
Hide file tree
Showing 8 changed files with 965 additions and 45 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
build/*
build.number
tests/wp-tests-config.php
vendor/*
11 changes: 11 additions & 0 deletions composer.json
@@ -0,0 +1,11 @@
{
"name": "cyberhobo/wordpress-geo-mashup",
"description": "The WordPress Geo Mashup plugin.",
"type": "wordpress-plugin",
"require": {
"freemius/wordpress-sdk": "1.2.1"
},
"require-dev": {
"phpunit/phpunit": "4.2.*"
}
}

0 comments on commit 49841ec

Please sign in to comment.