Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Nov 17, 2013
1 parent fa7438f commit 744e5ff
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,14 @@
"psr-0": { "Omnipay\\Migs\\" : "src/" }
},
"require": {
"omnipay/common": "2.*"
"omnipay/common": "~2.0"
},
"require-dev": {
"guzzle/plugin-mock": "~3.1",
"mockery/mockery": "~0.8",
"omnipay/tests": "2.*",
"phpunit/phpunit": "~3.7.16",
"squizlabs/php_codesniffer": "~1.4.4"
"omnipay/tests": "~2.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 744e5ff

Please sign in to comment.