Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
revert caret operator
  • Loading branch information
jakoch committed Jul 20, 2015
1 parent 3f00c1a commit 191d816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -30,16 +30,16 @@
],
"require": {
"php" : ">=5.5",
"doctrine/orm" : "^2.*",
"doctrine/orm" : "~2.*",
"doctrine/migrations" : "dev-master",
"beberlei/DoctrineExtensions" : "dev-master",
"gedmo/doctrine-extensions" : "dev-master",
"smarty/smarty" : "3.1.*",
"swiftmailer/swiftmailer" : "^5"
"swiftmailer/swiftmailer" : "~5.*"
},
"require-dev": {
"mikey179/vfsStream" : "*",
"phpunit/phpunit" : "^4",
"phpunit/phpunit" : "~4.*",
"phpunit/dbunit" : "*",
"doctrine/data-fixtures" : "*",
"satooshi/php-coveralls" : "dev-master"
Expand Down

0 comments on commit 191d816

Please sign in to comment.