Skip to content

Commit 5944e7b

Browse files
committed
[BF] fix composer.json
1 parent 60d6ccd commit 5944e7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"email": "[email protected]"
77
}
88
],
9+
"description": "A Laravel 5 package to give basic API functionality",
10+
"license": "MIT",
911
"require": {
1012
"php": ">=7.0.0"
1113
},
@@ -16,7 +18,7 @@
1618
},
1719
"extra": {
1820
"branch-alias": {
19-
"dev-master": "master"
21+
"dev-master": "1.0.x-dev"
2022
}
2123
},
2224
"minimum-stability": "dev"

0 commit comments

Comments
 (0)