Skip to content

Commit a677e86

Browse files
authored
PHP-159 - Fix composer dependencies (#117)
1 parent 03f71eb commit a677e86

File tree

3 files changed

+5
-1659
lines changed

3 files changed

+5
-1659
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
# Files to ignore
1212
/cassandra.log
1313
/composer.phar
14+
/composer.lock
1415
/tmp/*

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
"homepage": "http://avalanche123.com"
2424
}
2525
],
26+
"require": {
27+
"php": ">=5.6.0",
28+
"ext-cassandra": "^1.0.0"
29+
},
2630
"require-dev": {
27-
"php": ">=5.5.0",
28-
"ext-cassandra": "*",
2931
"behat/behat": "~3.0.6",
3032
"phpunit/php-code-coverage": "~2.0",
3133
"phpunit/php-token-stream": "~1.3",

0 commit comments

Comments
 (0)