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 11/composer.phar
2- /composer.lock
32/vendor /
43/bin /
54/.vagrant /
Original file line number Diff line number Diff line change 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- 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" ,
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}
You can’t perform that action at this time.
0 commit comments