Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Nov 19, 2019
1 parent 79cb17c commit 0f7a11d
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 @@ To install it as a development dependency of your package use the following
command:

```sh
composer require --dev "bovigo/callmap": "^5.0"
composer require --dev bovigo/callmap ^5.0
```

To install it as a runtime dependency for your package use the following command:

```sh
composer require "bovigo/callmap=^5.0"
composer require bovigo/callmap ^5.0
```

## Requirements
Expand Down

0 comments on commit 0f7a11d

Please sign in to comment.