diff --git a/composer.json b/composer.json index de375c4..1911e10 100644 --- a/composer.json +++ b/composer.json @@ -34,5 +34,8 @@ "psr-4": { "RestClient\\": "src/RestClient" } + }, + "scripts": { + "test": "phpunit tests" } }