Skip to content

Commit

Permalink
adjusted composer requirements and minimum stability
Browse files Browse the repository at this point in the history
  • Loading branch information
do3meli authored Mar 29, 2017
1 parent 0794987 commit d4e1aed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
}
],
"require": {
"datastax/php-driver": "dev-master",
"datastax/php-driver": "^1.2",
"monolog/monolog": ">1.4.0"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"CassandraHandler\\": "src/CassandraHandler"
Expand Down

0 comments on commit d4e1aed

Please sign in to comment.