Skip to content

Commit c2661e1

Browse files
authored
Update composer.json
1 parent c14a731 commit c2661e1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,18 @@
2222
"post-update-cmd": [
2323
"PeterUjah\\CopyFile\\ScriptHandler::copy"
2424
]
25+
},
26+
"extra": {
27+
"branch-alias": {
28+
"dev-master": "0.1-dev"
29+
}
2530
},
2631
"autoload": {
27-
"psr-4": { "Peterujah\\NanoBlock\\": "src/" }
28-
}
32+
"psr-4": {
33+
"Peterujah\\NanoBlock\\": "src/"
34+
}
35+
},
36+
37+
"minimum-stability": "dev",
38+
"prefer-stable": true
2939
}

0 commit comments

Comments
 (0)