Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hsldymq committed Sep 12, 2019
1 parent 2ea27bc commit 89b76ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"license": "MIT",
"require": {
"php": ">=7.0.0",
"bunny/bunny": "^0.4.1",
"hsldymq/whisper": "^0.1"
"bunny/bunny": "~0.4.1",
"hsldymq/whisper": "~0.2.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
"phpunit/phpunit": "~6.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 89b76ef

Please sign in to comment.