Skip to content

Commit

Permalink
Add vendor libs from Icinga Web and support PHP 8.2 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviks789 authored Jul 17, 2023
1 parent 257d966 commit 2e6cbc7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ which can be integrated as library into Icinga Web 2.
## Requirements

* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.9)
* PHP (>= 7.2)
* PHP (>= 7.2.9)

## Installation

Expand Down
64 changes: 35 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,48 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.2"
"php": "7.2.9"
}
},
"support": {
"issues": "https://github.com/Icinga/icinga-php-thirdparty/issues"
},
"require": {
"php": ">=7.2 <=8.1",
"php": ">=7.2.9 <=8.2",
"ext-curl": "*",
"clue/block-react": "^1",
"clue/connection-manager-extra": "^1",
"clue/http-proxy-react": "^1",
"clue/mq-react": "^1",
"clue/redis-react": "^2",
"clue/soap-react": "^1",
"clue/socket-raw": "^1",
"clue/socks-react": "^1",
"clue/stdio-react": "^2",
"evenement/evenement": "^3",
"predis/predis": "^1",
"psr/http-message": "^1",
"ramsey/uuid": "^3",
"react/child-process": "^0.6",
"react/datagram": "^1",
"react/dns": "^1",
"react/event-loop": "^1",
"react/http": "^1",
"react/promise": "^2",
"react/promise-stream": "^1",
"react/promise-timer": "^1",
"react/socket": "^1",
"react/stream": "^1",
"guzzlehttp/psr7": "^1",
"guzzlehttp/guzzle": "^6.5",
"jfcherng/php-diff": "^6.10",
"components/jquery": "3.6.*"
"clue/block-react": "^1.5",
"clue/connection-manager-extra": "^1.3",
"clue/http-proxy-react": "^1.8",
"clue/mq-react": "^1.5",
"clue/redis-react": "^2.6",
"clue/soap-react": "^2",
"clue/socket-raw": "^1.6",
"clue/socks-react": "^1.4",
"clue/stdio-react": "^2.6",
"components/jquery": "3.6.*",
"dompdf/dompdf": "^2.0.3",
"erusev/parsedown": "^1.7.4",
"evenement/evenement": "^3.0.1",
"ezyang/htmlpurifier": "^4.16",
"guzzlehttp/guzzle": "^7.7",
"guzzlehttp/psr7": "^2.5",
"jfcherng/php-diff": "^6.10.14",
"predis/predis": "^2.2",
"psr/http-message": "^1.1",
"ramsey/uuid": "^4.2.3",
"react/child-process": "^0.6.5",
"react/datagram": "^1.9",
"react/dns": "^1.11",
"react/event-loop": "^1.4",
"react/http": "^1.9",
"react/promise": "^2.10",
"react/promise-stream": "^1.6",
"react/promise-timer": "^1.9",
"react/socket": "^1.13",
"react/stream": "^1.3",
"shardj/zf1-future": "^1.22",
"tedivm/jshrink": "^1.6.8",
"wikimedia/less.php": "^3.2.1"
},
"require-dev": {
},
Expand Down

0 comments on commit 2e6cbc7

Please sign in to comment.