diff options
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 +} |