File tree Expand file tree Collapse file tree 3 files changed +1598
-35
lines changed Expand file tree Collapse file tree 3 files changed +1598
-35
lines changed Original file line number Diff line number Diff line change 1
1
/composer.phar
2
- /composer.lock
3
2
/vendor /
4
3
/bin /
5
4
/.vagrant /
Original file line number Diff line number Diff line change 1
-
2
1
{
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
-
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
- },
32
2
"require-dev" : {
3
+ "php" : " >=5.3.4" ,
4
+ "ext-cassandra" : " *" ,
33
5
"behat/behat" : " ~3.0.6" ,
34
6
"phpunit/php-code-coverage" : " ~2.0" ,
35
7
"phpunit/php-token-stream" : " ~1.3" ,
39
11
"config" : {
40
12
"bin-dir" : " bin/"
41
13
},
42
- "extra" : {
43
- "branch-alias" : {
44
- "dev-master" : " 1.0.x-dev"
45
- }
14
+ "scripts" : {
15
+ "test" : " phpunit && behat"
46
16
}
47
17
}
You can’t perform that action at this time.
0 commit comments