diff --git composer.json composer.json
new file mode 100644
index 0000000..135915b
--- /dev/null
+++ composer.json
@@ -0,0 +1,41 @@
+{
+	"name": "wordpress/wordpress",
+	"description": "WordPress is web software you can use to create a beautiful website or blog.",
+	"keywords": ["blog", "cms"],
+	"homepage": "http://wordpress.org/",
+	"license": "GPL-2.0+",
+	"authors": [
+		{
+			"name": "WordPress Community",
+			"homepage": "http://wordpress.org/about/"
+		}
+	],
+	"support": {
+		"issues": "http://core.trac.wordpress.org/",
+		"forum": "http://wordpress.org/support/",
+		"wiki": "http://codex.wordpress.org/",
+		"irc": "irc://irc.freenode.net/wordpress",
+		"source": "http://core.trac.wordpress.org/browser"
+	},
+	"type": "project",
+	"require": {
+		"php": ">=5.2.4",
+		"ext-mysql": "*"
+	},
+	"suggest": {
+		"ext-curl": "Fastest HTTP requests, and proxy support; works best with ext-openssl.",
+		"ext-dom": "Required for some oEmbeds.",
+		"ext-exif": "Enables extraction of EXIF data from uploaded images into metadata.",
+		"ext-gd": "Server-side image scaling and manipulation if ext-imagick is not available.",
+		"ext-iconv": "Properly process external RSS feeds, and ID3 tags on native audio and video.",
+		"ext-imagick": "Server-side image scaling and manipulation, provides all available image editing options.",
+		"ext-json": "Most efficient JSON encoding/decoding (falls back on slower Services_JSON PEAR library if missing).",
+		"ext-libxml": "Required for RSS feeds, some oEmbeds, and more effective content import and export.",
+		"ext-mbstring": "Properly process content in languages requiring multibyte character encodings.",
+		"ext-openssl": "Enables SSL certificate verification where requested, works best with ext-curl.",
+		"ext-simplexml": "Required for some oEmbeds, and more effective content import and export.",
+		"ext-ssh2": "Adds support for filesystem access over SSH, additional configuration required.",
+		"ext-xml": "Required for RSS feeds, and more effective content import and export.",
+		"ext-zlib": "Adds compression for scripts, styles, RSS feeds, and HTTP. Also used for installing plugins, themes, language packs, and upgrades."
+	}
+}
\ No newline at end of file
