diff options
Diffstat (limited to 'vendor/gipfl/icingaweb2/composer.json')
-rw-r--r-- | vendor/gipfl/icingaweb2/composer.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/gipfl/icingaweb2/composer.json b/vendor/gipfl/icingaweb2/composer.json new file mode 100644 index 0000000..25a757f --- /dev/null +++ b/vendor/gipfl/icingaweb2/composer.json @@ -0,0 +1,21 @@ +{ + "name": "gipfl/icingaweb2", + "type": "library", + "description": "Helpers and glue for Icinga Web 2", + "homepage": "https://github.com/gipfl/icingaweb2", + "config": { + "sort-packages": true + }, + "autoload": { + "psr-4": { + "gipfl\\IcingaWeb2\\": "src/" + } + }, + "require": { + "php": ">=5.6", + "ext-ctype": "*", + "gipfl/format": ">=0.3", + "gipfl/translation": ">=0.1", + "ipl/html": ">=0.2.1" + } +} |