-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (49 loc) · 1.04 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "rugaard/git-hooks-workflow",
"type": "git-hook",
"description": "Workflow related Git hooks.",
"keywords": [
"morten",
"rugaard",
"morten rugaard",
"composer",
"plugin",
"composer plugin",
"git",
"hooks",
"git hooks",
"workflow",
"workflow git hooks"
],
"authors": [
{
"name": "Morten Rugaard",
"email": "[email protected]",
"homepage": "https://github.com/rugaard",
"role": "Developer"
}
],
"license": "MIT",
"homepage": "https://github.com/rugaard",
"support": {
"issues": "https://github.com/rugaard/git-hooks-workflow/issues",
"source": "https://github.com/rugaard/git-hooks-workflow"
},
"require": {
"php": "^7.4|^8.0",
"ext-json": "*",
"rugaard/git-hooks": "^1.0"
},
"autoload": {
"psr-4": {
"Rugaard\\GitHooks\\Workflow\\": "src"
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}