We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b71a39 + 8302c81 commit 8a51098Copy full SHA for 8a51098
composer.json
@@ -1,10 +1,9 @@
1
{
2
"name": "beeflow/sqlquerymanager",
3
- "version": "1.0.0",
4
"license": "GPL",
5
"description": "SQLQuery Manager Util",
6
"keywords": [
7
- "json"
+ "SQL", "SQL manager"
8
],
9
"homepage": "https://github.com/beeflow/sqlquery",
10
"authors": [
@@ -21,8 +20,11 @@
21
20
"php": ">=5.3.0"
22
},
23
"autoload": {
24
- "psr-4": {
25
- "Beeflow\\SQLQueryManager\\": ""
+ "psr-4": { "Beeflow\\SQLQueryManager\\": "" }
+ },
+ "extra": {
26
+ "branch-alias": {
27
+ "dev-master": "1.0.x-dev"
28
+ }
29
}
- }
-}
30
+}
0 commit comments