Skip to content

Commit 2afd0f6

Browse files
committed
Update README.md
1 parent 84c91fb commit 2afd0f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project bundles all Icinga PHP libraries into one piece and can be integrat
55
## Requirements
66

77
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.9)
8-
* PHP (>= 7.2)
8+
* PHP (>= 8.2)
99

1010
## Bundled Parts
1111

@@ -26,15 +26,15 @@ path for Icinga Web 2 installations is: `/usr/share/icinga-php`
2626
Download or clone this repository there (e.g. `/usr/share/icinga-php/ipl`) and you're done.
2727

2828
> **Note**: Do NOT use the default branch, it will not work! Checking out a
29-
> branch like `stable/0.10.1` or a tag like `v0.10.1` is fine.
29+
> branch like `stable/0.16.0` or a tag like `v0.16.0` is fine.
3030
3131
### Examples
3232

3333
**Sample Tarball installation**
3434

3535
```sh
3636
INSTALL_PATH="/usr/share/icinga-php/ipl"
37-
INSTALL_VERSION="v0.10.1"
37+
INSTALL_VERSION="v0.16.0"
3838
mkdir "$INSTALL_PATH" \
3939
&& wget -q "https://github.com/Icinga/icinga-php-library/archive/$INSTALL_VERSION.tar.gz" -O - \
4040
| tar xfz - -C "$INSTALL_PATH" --strip-components 1
@@ -44,6 +44,6 @@ mkdir "$INSTALL_PATH" \
4444

4545
```
4646
INSTALL_PATH="/usr/share/icinga-php/ipl"
47-
INSTALL_VERSION="stable/0.10.1"
47+
INSTALL_VERSION="stable/0.16.0"
4848
git clone https://github.com/Icinga/icinga-php-library.git "$INSTALL_PATH" --branch "$INSTALL_VERSION"
4949
```

0 commit comments

Comments
 (0)