Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Edsardio authored Sep 8, 2020
1 parent 660720d commit 823a92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down

0 comments on commit 823a92d

Please sign in to comment.