We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f71eb commit a677e86Copy full SHA for a677e86
.gitignore
@@ -11,4 +11,5 @@
11
# Files to ignore
12
/cassandra.log
13
/composer.phar
14
+/composer.lock
15
/tmp/*
composer.json
@@ -23,9 +23,11 @@
23
"homepage": "http://avalanche123.com"
24
}
25
],
26
+ "require": {
27
+ "php": ">=5.6.0",
28
+ "ext-cassandra": "^1.0.0"
29
+ },
30
"require-dev": {
- "php": ">=5.5.0",
- "ext-cassandra": "*",
31
"behat/behat": "~3.0.6",
32
"phpunit/php-code-coverage": "~2.0",
33
"phpunit/php-token-stream": "~1.3",
0 commit comments