Skip to content

Commit 8a51098

Browse files
committed
Merge branch 'master' of https://github.com/beeflow/sqlquery
2 parents 9b71a39 + 8302c81 commit 8a51098

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

composer.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "beeflow/sqlquerymanager",
3-
"version": "1.0.0",
43
"license": "GPL",
54
"description": "SQLQuery Manager Util",
65
"keywords": [
7-
"json"
6+
"SQL", "SQL manager"
87
],
98
"homepage": "https://github.com/beeflow/sqlquery",
109
"authors": [
@@ -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-
}
28-
}
30+
}

0 commit comments

Comments
 (0)