Skip to content

Commit d4792ea

Browse files
author
Paul M. Jones
committed
update composer
1 parent 691dc86 commit d4792ea

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

composer.json

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,37 @@
11
{
22
"name": "aura/sql-query",
33
"type": "library",
4-
"description": "Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer.",
5-
"keywords": [ "mysql", "pdo", "pgsql", "postgres", "postgresql", "sqlite", "sql server", "sqlserver", "query", "select", "insert", "update", "delete" ],
6-
"homepage": "http://auraphp.github.com/Aura.Sql",
4+
"description": "Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.",
5+
"keywords": [
6+
"mysql",
7+
"pdo",
8+
"pgsql",
9+
"postgres",
10+
"postgresql",
11+
"sqlite",
12+
"sql server",
13+
"sqlserver",
14+
"query",
15+
"select",
16+
"insert",
17+
"update",
18+
"delete"
19+
],
20+
"homepage": "https://github.com/auraphp/Aura.Sql_Query/releases",
721
"license": "BSD-2-Clause",
822
"authors": [
923
{
10-
"name": "Aura Contributors",
11-
"homepage": "https://github.com/auraphp/Aura.Sql/contributors"
24+
"name": "Aura.Sql_Query Contributors",
25+
"homepage": "https://github.com/auraphp/Aura.Sql_Query/contributors"
1226
}
1327
],
1428
"require": {
1529
"php": ">=5.4.0"
1630
},
17-
"suggest": {
18-
"aura/sql": "Provides an extension to the native PDO along with a profiler and connection locator. Use version dev-develop-2"
19-
},
2031
"autoload": {
21-
"files": ["autoload.php"]
32+
"files": [
33+
"autoload.php"
34+
]
2235
},
2336
"extra": {
2437
"aura": {
@@ -27,5 +40,8 @@
2740
"branch-alias": {
2841
"dev-develop-2": "2.0.x-dev"
2942
}
43+
},
44+
"suggest": {
45+
"aura/sql": "Provides an extension to the native PDO along with a profiler and connection locator. Use version dev-develop-2"
3046
}
3147
}

0 commit comments

Comments
 (0)