-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
34 lines (34 loc) · 935 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "php-usergroup-dresden/website",
"description": "GitHub pages of the PHP USERGROUP DRESDEN",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "MIT",
"authors": [
{
"name": "Holger Woltersdorf",
"email": "[email protected]"
}
],
"support": {
"source": "https://github.com/php-usergroup-dresden/website"
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"tm/tooly-composer-script": "^1.4.1"
},
"scripts": {
"post-install-cmd": "Tooly\\ScriptHandler::installPharTools",
"post-update-cmd": "Tooly\\ScriptHandler::installPharTools"
},
"extra": {
"tools": {
"spg": {
"url": "https://github.com/icehawk/static-page-generator/releases/download/v1.4.2/static-page-generator.phar",
"only-dev": true
}
}
}
}