Skip to content

Commit 48e9125

Browse files
Fix branch alias
1 parent f4cde9d commit 48e9125

File tree

1 file changed

+28
-24
lines changed

1 file changed

+28
-24
lines changed

composer.json

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,43 @@
11
{
2-
"name": "captainhook/plugin-composer",
3-
"description": "Composer-Plugin handling your git-hooks",
4-
"type": "composer-plugin",
5-
"license": "MIT",
6-
"authors": [
7-
{
8-
"name": "Andreas Heigl",
9-
"email": "[email protected]"
10-
}
11-
],
12-
"minimum-stability": "dev",
13-
"prefer-stable": true,
14-
"require": {
15-
"php" : "^7.1",
16-
"composer-plugin-api": "^1.1",
17-
"captainhook/captainhook" : "^4.0"
2+
"name": "captainhook/plugin-composer",
3+
"description": "Composer-Plugin handling your git-hooks",
4+
"type": "composer-plugin",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Andreas Heigl",
9+
"email": "[email protected]"
1810
},
19-
"require-dev" : {
20-
"composer/composer" : "*"
11+
{
12+
"name": "Sebastian Feldmann",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"minimum-stability": "dev",
17+
"prefer-stable": true,
18+
"require": {
19+
"php": "^7.1",
20+
"composer-plugin-api": "^1.1",
21+
"captainhook/captainhook": "^4.0"
22+
},
23+
"require-dev": {
24+
"composer/composer": "*"
2125
},
2226
"extra": {
2327
"class": "CaptainHook\\Plugin\\Composer\\ComposerPlugin",
2428
"branch-alias": {
25-
"dev-master": "4.0.x-dev"
29+
"dev-fluffy_hedgehog": "4.0.x-dev"
2630
}
2731
},
28-
"config" :{
29-
"sort-packages" : true
32+
"config": {
33+
"sort-packages": true
3034
},
31-
"autoload" : {
35+
"autoload": {
3236
"psr-4": {
33-
"CaptainHook\\Plugin\\Composer\\" : "src"
37+
"CaptainHook\\Plugin\\Composer\\": "src"
3438
}
3539
},
36-
"autoload-dev" : {
40+
"autoload-dev": {
3741
"psr-4": {
3842
"CaptainHook\\PluginTest\\Composer\\": "tests"
3943
}

0 commit comments

Comments
 (0)