Skip to content

Commit

Permalink
version to use with composer should be 4.0 instead of 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 authored Apr 14, 2020
1 parent 35936cd commit a3a9c6a
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 @@ -16,13 +16,13 @@ branch in this repository.**
Add this line to `require` block in your `composer.json`:

```
"bryanjhv/slim-session": "~3.0"
"bryanjhv/slim-session": "~4.0"
```

Or, run in a shell instead:

```sh
composer require bryanjhv/slim-session:~3.0
composer require bryanjhv/slim-session:~4.0
```


Expand Down

0 comments on commit a3a9c6a

Please sign in to comment.