Skip to content

Commit 8726501

Browse files
committed
Updates installation instructions for the new release
1 parent 67e3ae6 commit 8726501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Recommended installation is using [Composer], if you do not have [Composer] what
2222
In the root of your project execute the following:
2323

2424
```sh
25-
$ composer require zzantares/proxmoxve ~3.0
25+
$ composer require zzantares/proxmoxve ~4.0
2626
```
2727

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

3030
```json
3131
{
3232
"require": {
33-
"zzantares/proxmoxve": "~3.0"
33+
"zzantares/proxmoxve": "~4.0"
3434
}
3535
}
3636
```

0 commit comments

Comments
 (0)