Skip to content

Commit 1c2d554

Browse files
author
Bulat Shakirzyanov
committed
only keep dependencies information in composer
1 parent 11a3ea0 commit 1c2d554

File tree

3 files changed

+1598
-35
lines changed

3 files changed

+1598
-35
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/composer.phar
2-
/composer.lock
32
/vendor/
43
/bin/
54
/.vagrant/

composer.json

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,7 @@
1-
21
{
3-
"name": "datastax/php-driver",
4-
"type": "library",
5-
"description": "PHP Driver for Apache Cassandra",
6-
"keywords": [
7-
"cassandra",
8-
"nosql",
9-
"database",
10-
"driver",
11-
"datastax"
12-
],
13-
"homepage": "http://datastax.github.io/php-driver/",
14-
"license": "Apache-2.0",
15-
"authors": [
16-
{
17-
"name": "Bulat Shakirzyanov",
18-
"email": "[email protected]",
19-
"homepage": "http://avalanche123.com"
20-
}
21-
],
22-
"autoload": {
23-
"psr-0": {
24-
"Cassandra\\": "src/Cassandra",
25-
"Cassandra": "src/"
26-
}
27-
},
28-
"require": {
29-
"php": ">=5.3.2",
30-
"ext-cassandra": "*"
31-
},
322
"require-dev": {
3+
"php": ">=5.3.4",
4+
"ext-cassandra": "*",
335
"behat/behat": "~3.0.6",
346
"phpunit/php-code-coverage": "~2.0",
357
"phpunit/php-token-stream": "~1.3",
@@ -39,9 +11,7 @@
3911
"config": {
4012
"bin-dir": "bin/"
4113
},
42-
"extra": {
43-
"branch-alias": {
44-
"dev-master": "1.0.x-dev"
45-
}
14+
"scripts": {
15+
"test": "phpunit && behat"
4616
}
4717
}

0 commit comments

Comments
 (0)