Skip to content

Commit

Permalink
upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Nov 13, 2019
1 parent 7162005 commit 36b4aac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": "^7.1",
"tarantool/client": "^0.5.1"
"tarantool/client": "^0.6"
},
"suggest": {
"ext-msgpack": "For using PeclPacker.",
Expand All @@ -15,9 +15,9 @@
},
"require-dev": {
"phpunit/phpunit": "^6.5.4",
"rybakit/msgpack": "^0.5.4",
"phpdocumentor/reflection-docblock": "^4.2.0",
"nesbot/carbon": "^1.22",
"rybakit/msgpack": "^0.6.1",
"phpdocumentor/reflection-docblock": "^4.3.0",
"nesbot/carbon": "^2.26.0",
"psr/log": "^1.1"
},
"autoload-dev": {
Expand Down

0 comments on commit 36b4aac

Please sign in to comment.