Skip to content

Commit

Permalink
Modified version operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Custiel committed Mar 7, 2016
1 parent df2c4b6 commit fa9ba00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"require" : {
"php" : ">=5.5",
"react/http" : "dev-master",
"mcustiel/php-simple-request" : "~2.1",
"mcustiel/power-route" : "~2.0",
"mcustiel/php-simple-di" : "1.2.1",
"guzzlehttp/guzzle": "~6.0",
"monolog/monolog" : "~1.17.2",
"mcustiel/php-simple-request" : "^2.1",
"mcustiel/power-route" : "^2.0",
"mcustiel/php-simple-di" : "^1.2.1",
"guzzlehttp/guzzle": "^6.0",
"monolog/monolog" : "^1.17.2",
"pwfisher/command-line-php" : "dev-master"
},
"require-dev" : {
Expand Down

0 comments on commit fa9ba00

Please sign in to comment.