From 25bfbc9c8a0942f5013fcfc2321dce66413e07b7 Mon Sep 17 00:00:00 2001 From: Edo Freriks Date: Wed, 3 Jan 2018 21:27:16 +0100 Subject: [PATCH] Update readme to include new version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5325cdc..c551161 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ php composer.phar require edofre/laravel-fullcalendar or add ``` -"edofre/laravel-fullcalendar": "V1.2.3" +"edofre/laravel-fullcalendar": "V1.2.4" ``` to the ```require``` section of your `composer.json` file. @@ -32,7 +32,7 @@ This plugin enables you to download bower packages through composer. You can install it using this command: ``` -composer global require "fxp/composer-asset-plugin:^1.3.0” +composer global require "fxp/composer-asset-plugin:^1.4.0” ``` This will add the fxp composer-asset-plugin and your composer will be able to find and download the required bower-asset/fullcalendar package.