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