Skip to content

Commit

Permalink
Merge pull request #53 from tbela99/patch-2
Browse files Browse the repository at this point in the history
Update README regarding Composer version for 4.x.
  • Loading branch information
bryanjhv authored Apr 14, 2020
2 parents 35936cd + a3a9c6a commit dbb243f
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 dbb243f

Please sign in to comment.