diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:44:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:44:51 +0000 |
commit | a1ec78bf0dc93d0e05e5f066f1949dc3baecea06 (patch) | |
tree | ee596ce1bc9840661386f96f9b8d1f919a106317 /vendor/gipfl/calendar/composer.json | |
parent | Initial commit. (diff) | |
download | icingaweb2-module-incubator-upstream.tar.xz icingaweb2-module-incubator-upstream.zip |
Adding upstream version 0.20.0.upstream/0.20.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/gipfl/calendar/composer.json')
-rw-r--r-- | vendor/gipfl/calendar/composer.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/vendor/gipfl/calendar/composer.json b/vendor/gipfl/calendar/composer.json new file mode 100644 index 0000000..5e84ef6 --- /dev/null +++ b/vendor/gipfl/calendar/composer.json @@ -0,0 +1,32 @@ +{ + "name": "gipfl/calendar", + "type": "library", + "description": "Calendar Utils", + "keywords": ["calendar"], + "homepage": "https://github.com/gipfl/calendar", + "authors": [ + { + "name": "Thomas Gelf", + "email": "thomas@gelf.net" + } + ], + "config": { + "sort-packages": true + }, + "require": { + "php": ">=5.4.0", + "gipfl/format": ">=0.3", + "gipfl/icingaweb2": ">=0.4.0", + "gipfl/translation": ">=0.1.1" + }, + "autoload": { + "psr-4": { + "gipfl\\Calendar\\": "src" + } + }, + "autoload-dev": { + "psr-4": { + "gipfl\\Tests\\Calendar\\": "tests" + } + } +} |