Skip to content

Commit 0a6ecfc

Browse files
committed
Screw the version
1 parent 9d55ebc commit 0a6ecfc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "syntax/core",
3-
"version": "1.0.0",
43
"description": "A core set of features for laravel sites.",
54
"license": "MIT",
65
"authors": [
@@ -36,5 +35,10 @@
3635
"psr-0": {
3736
"Syntax\\Core\\": "src/"
3837
}
38+
},
39+
"extra": {
40+
"branch-alias": {
41+
"dev-master": "1.0.x-dev"
42+
}
3943
}
4044
}

0 commit comments

Comments
 (0)