Skip to content

Commit

Permalink
Updates installation instructions for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zzantares committed Jul 29, 2018
1 parent 67e3ae6 commit 8726501
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 @@ -22,15 +22,15 @@ Recommended installation is using [Composer], if you do not have [Composer] what
In the root of your project execute the following:

```sh
$ composer require zzantares/proxmoxve ~3.0
$ composer require zzantares/proxmoxve ~4.0
```

Or add this to your `composer.json` file:

```json
{
"require": {
"zzantares/proxmoxve": "~3.0"
"zzantares/proxmoxve": "~4.0"
}
}
```
Expand Down

0 comments on commit 8726501

Please sign in to comment.