diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..76789b3 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name" : "manovotny/wptest", + "description": "The Best Tests For WordPress", + "homepage" : "http://wptest.io/", + "license" : "GPL-3.0+", + "authors" : [ + { + "name" : "Michael Novotny", + "homepage": "https://github.com/manovotny/" + } + ] +}