Skip to content

Commit 8302c81

Browse files
committed
Update composer.json
1 parent 84c8bf0 commit 8302c81

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "beeflow/sqlquerymanager",
3-
"version": "1.0.0",
43
"license": "GPL",
54
"description": "SQLQuery Manager Util",
65
"keywords": [
@@ -21,8 +20,11 @@
2120
"php": ">=5.3.0"
2221
},
2322
"autoload": {
24-
"psr-4": {
25-
"Beeflow\\SQLQueryManager\\": ""
23+
"psr-4": { "Beeflow\\SQLQueryManager\\": "" }
24+
},
25+
"extra": {
26+
"branch-alias": {
27+
"dev-master": "1.0.x-dev"
28+
}
2629
}
27-
}
2830
}

0 commit comments

Comments
 (0)