Skip to content

Commit 6f5f9c8

Browse files
author
Bulat Shakirzyanov
committed
validate composer.json
1 parent ecdf122 commit 6f5f9c8

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
{
2+
"name": "datastax/php-driver",
3+
"type": "library",
4+
"description": "DataStax PHP Driver for Apache Cassandra",
5+
"keywords": [
6+
"cassandra",
7+
"nosql",
8+
"database",
9+
"driver",
10+
"datastax"
11+
],
12+
"homepage": "http://datastax.github.io/php-driver/",
13+
"license": "Apache-2.0",
14+
"authors": [
15+
{
16+
"name": "Bulat Shakirzyanov",
17+
"email": "bulat.shakirzyanov@datastax.com",
18+
"homepage": "http://avalanche123.com"
19+
}
20+
],
221
"require-dev": {
322
"php": ">=5.3.4",
423
"ext-cassandra": "*",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)