From 745a801b1303b7b1489c804343525b593c6ec284 Mon Sep 17 00:00:00 2001 From: Vincent K Date: Mon, 21 Jan 2019 12:28:07 +1100 Subject: [PATCH] Composer Package Support Setup for Composer --- composer.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..87b9896 --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ + +{ + "name": "koconder/wordpress-test-template", + "description": "Unit Testing and Travis CI template for Wordpress Plugins and Wordpress Installations", + "keywords": ["wordpress", "plugin", "travis-ci", "travis", "ci", "unit test", "testing", "phpunit", "phpcs", "wpcli"], + "homepage": "https://github.com/koconder/wordpress-test-template", + "license": "Apache-2.0", + "authors": [ + { + "name": "Contributors", + "homepage": "https://github.com/koconder/wordpress-test-template/graphs/contributors" + } + ], + "require": { + "php": ">=5.5" + } +} \ No newline at end of file