Skip to content

Commit

Permalink
Use ^ instead of ~ in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Aug 8, 2016
1 parent 9669354 commit f61edde
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 @@ -24,12 +24,12 @@
"require": {
"php": ">=5.6.0",
"ext-imagick": ">=3.0.1",
"symfony/http-foundation": "~2.8.3",
"symfony/console": "~2.7.3",
"symfony/http-foundation": "^2.8",
"symfony/console": "^2.8",
"ramsey/uuid": "^3.4",
"mongodb/mongodb": "^1.0",
"guzzlehttp/psr7": "^1.3",
"doctrine/dbal": "^2.5.1",
"doctrine/dbal": "^2.5",
"aws/aws-sdk-php": "^2.8"
},
"require-dev": {
Expand Down

0 comments on commit f61edde

Please sign in to comment.