Commit 84bac6d4 authored by Joe Hoyle's avatar Joe Hoyle
Browse files

Merge pull request #19 from spacedmonkey/composer

Add composer support
parents bb2b322b 762c44ec
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+24 −0
Original line number Diff line number Diff line
{
	"name": "humanmade/s3-uploads",
	"description": "WordPress plugin to store uploads on S3",
	"homepage": "https://github.com/humanmade/S3-Uploads",
	"keywords": [
		"wordpress"
	],
	"license": "GPL-2.0+",
	"authors": [
		{
			"name":"Human Made Limited",
			"email":"support@humanmade.co.uk",
			"homepage":"http://hmn.md/"
		}
	],
	"support"    : {
			"issues": "https://github.com/humanmade/s3-uploads/issues",
			"source": "https://github.com/humanmade/s3-uploads"
	},
	"type": "wordpress-plugin",
	"require": {
		"composer/installers": "~1.0"
	 }
}