diff --git a/composer.json b/composer.json index cb740fe..97e01b5 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,9 @@ { "name": "generalredneck/ga-referrer-spam-filters", - "description": "Oath Application that sets up referrer spam filters for your account.", + "description": "A quick script to set and update Google Analytics filters to block referral spam bots from using the measurement protocol system to add false analytics.", "type": "project", "license": "GPL-2.0", + "bin": [ "garefspam" ], "authors": [ { "name": "Allan Chappell", diff --git a/application.php b/garefspam similarity index 100% rename from application.php rename to garefspam