File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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`
2626Download 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
3636INSTALL_PATH=" /usr/share/icinga-php/ipl"
37- INSTALL_VERSION=" v0.10.1 "
37+ INSTALL_VERSION=" v0.16.0 "
3838mkdir " $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```
4646INSTALL_PATH="/usr/share/icinga-php/ipl"
47- INSTALL_VERSION="stable/0.10.1 "
47+ INSTALL_VERSION="stable/0.16.0 "
4848git clone https://github.com/Icinga/icinga-php-library.git "$INSTALL_PATH" --branch "$INSTALL_VERSION"
4949```
You can’t perform that action at this time.
0 commit comments