Skip to content

Commit

Permalink
Composer Package Support
Browse files Browse the repository at this point in the history
Setup for Composer
  • Loading branch information
vincentkoc committed Jan 21, 2019
1 parent 5036027 commit 745a801
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 745a801

Please sign in to comment.