xref: /template/ad-hominem/composer.json (revision d5ef2299e2027d1632a293b62da5c27eed0303f2)
1{
2	"name": "saschaleib/dokuwiki-template-ad-hominem",
3	"description": "Renewed template for DokuWiki, based on the original bundled template",
4	"homepage": "https://www.dokuwiki.org/template:ad-hominem",
5	"type": "project",
6	"license": "GPL v2",
7	"require": {
8		"php": ">=8.0",
9		"ext-json": "*",
10		"splitbrain/dokuwiki": ">=2020-07-29"
11	},
12	"config": {
13		"platform": {
14			"php": "8.0"
15		}
16	},
17	"suggest": {},
18	"prefer-stable": true
19}
20