From 00a350bc8c3567d2f333177fae707f5339e118c9 Mon Sep 17 00:00:00 2001 From: crynobone Date: Fri, 2 Sep 2016 09:45:08 +0800 Subject: [PATCH] Update project description. Signed-off-by: crynobone --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63169e4..6c41f6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Laravel Package Unit Testing Helper +Laravel Testing Helper for Packages Development ============== [![Join the chat at https://gitter.im/orchestral/testbench](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/orchestral/testbench?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) @@ -29,7 +29,7 @@ Testbench Component is a simple package that is supposed to help you write tests 5.0.x | 3.0.x 5.1.x | 3.1.x 5.2.x | 3.2.x - 5.3.x | 3.3.x@dev + 5.3.x | 3.3.x ## Installation diff --git a/composer.json b/composer.json index 14d2107..be471fb 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "orchestra/testbench", - "description": "Laravel Package Unit Testing Helper", + "description": "Laravel Testing Helper for Packages Development", "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/", "keywords": ["laravel", "orchestral", "orchestra-platform", "testing", "tdd", "bdd"], "license": "MIT",