diff --git a/composer.json b/composer.json index 6239f61..b97443a 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,15 @@ { - "name": "wp-premium/gravityforms", - "autoload": { - "classmap": [ - "." - ] - } -} \ No newline at end of file + "name": "samjameswatson/gravityforms", + "description": "Fork of GravityForms repo so we can use it as WP Plugin.", + "type": "wordpress-plugin", + "license": "GPL-3.0", + "minimum-stability": "dev", + "require": { + "php": ">=5.3", + "composer/installers": ">=1.0" + }, + "dist": { + "url": "git@github.com:samjameswatson/gravityforms.git", + "type": "git" + } +}