Move icingaweb2 vendor dependencies here

The vendor dependencies will be removed from `icingaweb2` and will be moved here.
Also migrate to `shardj/zf1-future` from Zend1 framework.
This commit is contained in:
raviks789 2023-06-22 15:09:18 +02:00
parent a8635b8871
commit 6ec11bc240

View File

@ -42,7 +42,13 @@
"guzzlehttp/psr7": "^1", "guzzlehttp/psr7": "^1",
"guzzlehttp/guzzle": "^6.5", "guzzlehttp/guzzle": "^6.5",
"jfcherng/php-diff": "^6.10", "jfcherng/php-diff": "^6.10",
"components/jquery": "3.6.*" "components/jquery": "3.6.*",
"dompdf/dompdf": "^2.0",
"erusev/parsedown": "^1.7",
"ezyang/htmlpurifier": "^4.16",
"shardj/zf1-future": "^1.22",
"tedivm/jshrink": "^1.6",
"wikimedia/less.php": "^3.2"
}, },
"require-dev": { "require-dev": {
}, },