diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2024-12-12 19:12:35 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2024-12-12 19:47:48 +0100 |
commit | 5f2a14189a67184d00fcf600b2302466edc44221 (patch) | |
tree | 8262b7f7ddb87da2b1f6c2db04b00bf173553d38 /templates/55/ad-hominem/composer.json | |
parent | Initial commit. (diff) | |
download | dokuwiki-templates-extra-5f2a14189a67184d00fcf600b2302466edc44221.tar.xz dokuwiki-templates-extra-5f2a14189a67184d00fcf600b2302466edc44221.zip |
Adding upstream version 20241201.upstream/20241201upstream
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'templates/55/ad-hominem/composer.json')
-rw-r--r-- | templates/55/ad-hominem/composer.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/55/ad-hominem/composer.json b/templates/55/ad-hominem/composer.json new file mode 100644 index 0000000..9c3fb02 --- /dev/null +++ b/templates/55/ad-hominem/composer.json @@ -0,0 +1,28 @@ +{ + "name": "saschaleib/dokuwiki-template-ad-hominem", + "description": "Renewed template for DokuWiki, based on the original bundled template", + "homepage": "https://www.dokuwiki.org/template:ad-hominem", + "type": "project", + "license": "GPL v2", + "require": { + "php": ">=8.0", + "ext-json": "*" + }, + "require-dev": { + "dokuwiki/dokuwiki": ">=2020-07-29" + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/dokuwiki/dokuwiki" + } + ], + "config": { + "platform": { + "php": "8.0" + } + }, + "suggest": {}, + "minimum-stability": "dev", + "prefer-stable": true +} |