From 4c501ef0dee150e176c6190d4ea2c40392d978a0 Mon Sep 17 00:00:00 2001 From: Justin Foell <630830+jrfoell@users.noreply.github.com> Date: Fri, 1 Nov 2019 12:56:27 -0500 Subject: [PATCH] Updated composer --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index d21f81c..a279357 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,9 @@ { "name": "wpackagist-plugin/wp-strava", "description": "Show your strava.com activity on your WordPress site.", + "homepage": "https://wordpress.org/plugins/wp-strava/", + "license": "GPL-2.0+", + "type": "wordpress-plugin", "require": { "php": ">=5.2.4" },