28 lines
581 B
JSON
28 lines
581 B
JSON
{
|
|
"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
|
|
}
|