summaryrefslogtreecommitdiffstats
path: root/vendor/ipl/web/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ipl/web/composer.json')
-rw-r--r--vendor/ipl/web/composer.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/vendor/ipl/web/composer.json b/vendor/ipl/web/composer.json
new file mode 100644
index 0000000..90173f1
--- /dev/null
+++ b/vendor/ipl/web/composer.json
@@ -0,0 +1,26 @@
+{
+ "name": "ipl/web",
+ "type": "library",
+ "description": "Icinga PHP Library - Web Components",
+ "keywords": ["html"],
+ "homepage": "https://github.com/Icinga/ipl-web",
+ "license": "MIT",
+ "autoload": {
+ "psr-4": {
+ "ipl\\Web\\": "src"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "ipl\\Tests\\Web\\": "tests"
+ }
+ },
+ "require": {
+ "php": ">=7.2",
+ "ext-json": "*",
+ "ipl/html": ">=0.6.0",
+ "ipl/i18n": ">=0.2.0",
+ "ipl/stdlib": ">=0.12.0",
+ "fortawesome/font-awesome": "^6"
+ }
+}