Skip to content

Commit

Permalink
PHP-159 - Fix composer dependencies (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenick authored Aug 4, 2017
1 parent 03f71eb commit a677e86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,659 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
# Files to ignore
/cassandra.log
/composer.phar
/composer.lock
/tmp/*
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
"homepage": "http://avalanche123.com"
}
],
"require": {
"php": ">=5.6.0",
"ext-cassandra": "^1.0.0"
},
"require-dev": {
"php": ">=5.5.0",
"ext-cassandra": "*",
"behat/behat": "~3.0.6",
"phpunit/php-code-coverage": "~2.0",
"phpunit/php-token-stream": "~1.3",
Expand Down
Loading

0 comments on commit a677e86

Please sign in to comment.