Adding ad-hominem version 2024-10-07 (3a49926).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
04082b5e58
commit
9432cbd70d
105 changed files with 8812 additions and 0 deletions
28
templates/55/ad-hominem/composer.json
Normal file
28
templates/55/ad-hominem/composer.json
Normal file
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue