1
0
Fork 0

Adding upstream version 20241201.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-16 08:10:30 +01:00
parent 6c0499a92f
commit 485e3244ed
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
115 changed files with 9813 additions and 0 deletions

View 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
}