Skip to content

Commit

Permalink
Update readme and bump basket tol 4.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjonstrup committed Jan 6, 2021
1 parent 905a2bf commit 9ec7350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Using [composer](https://packagist.org/packages/lenius/laravel-basket):

```bash
$ composer require lenius/laravel-basket
$ composer require lenius/laravel-basket^4.0 (PHP7.4)
```
Set up demo with artisan

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"minimum-stability": "dev",
"require": {
"php": "^7.4|^8.0",
"lenius/basket": "master"
"lenius/basket": "^4.0"
},
"require-dev": {
"illuminate/support": "^7.0",
Expand Down

0 comments on commit 9ec7350

Please sign in to comment.