Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EsdertCO committed Sep 9, 2020
2 parents 8debdb0 + 823a92d commit bea46eb
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 bea46eb

Please sign in to comment.