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	},
11	"require-dev": {
12		"dokuwiki/dokuwiki": ">=2020-07-29"
13	},
14	"repositories": [
15		{
16			"type": "vcs",
17			"url": "https://github.com/dokuwiki/dokuwiki"
18		}
19	],
20	"config": {
21		"platform": {
22			"php": "8.0"
23		}
24	},
25	"suggest": {},
26	"minimum-stability": "dev",
27	"prefer-stable": true
28}
29