Skip to content

Commit

Permalink
Upgraded Omipay/Manual to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyThorpe committed Jan 9, 2019
1 parent 9224d86 commit 81f3b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_script:
# Install composer dependencies
- composer validate
- composer require --prefer-dist --no-update silverstripe/recipe-cms:^4@dev
- composer require --prefer-dist --no-update league/omnipay:^3
- composer require --no-update phpunit/phpunit:^5.7
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"keywords": ["Silverstripe", "silvershop", "shop", "ecommerce", "bank deposit", "direct credit"],
"require": {
"silvershop/core": "^3.0.0",
"omnipay/manual": "^2.2.1"
"omnipay/manual": "^3.0.0"
},
"require-dev": {
"omnipay/dummy": "^2.1.2"
"omnipay/dummy": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 81f3b88

Please sign in to comment.