From 823a92d555a67e7aa27c9993c20fbd33bd3b51f6 Mon Sep 17 00:00:00 2001 From: Esdert Folkers Date: Tue, 8 Sep 2020 16:55:28 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f71185..0882ebc 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ Laravel stubs aims to add some "missing" functionality to the artisan commands t First, pull in the package through Composer via the command line: ``` -composer require creativeorange/laravel-stubs ~1.0 +composer require creativeorange/laravel-stubs ~2.0 ``` or add the following to your composer.json file and run `composer update`. ``` "require": { - "creativeorange/laravel-stubs": "~1.0" + "creativeorange/laravel-stubs": "~2.0" } ```