From 9bb4aec73fb4f1e5503f2162f00a8b8c12eeac4d Mon Sep 17 00:00:00 2001 From: Cyberomulus Date: Wed, 2 Jan 2019 20:27:17 +0100 Subject: [PATCH] Prepare for release 1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e623618..81cd61d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: ```console -$ composer require cyberomulus/php-toolbox-bundle:1.0 +$ composer require cyberomulus/php-toolbox-bundle:1.* ``` This command requires you to have Composer installed globally, as explained