Skip to content

Commit

Permalink
Updating all dependencies, including omnipay/common to ^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MelechMizrachi committed Jun 10, 2024
1 parent bf5f1da commit 5fd4b0f
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,26 @@
}
},
"require": {
"vimeo/payment-gateway-logger": "^1.0",
"omnipay/common": "~2.0",
"php": "^7.4|^8.0",
"composer/ca-bundle": "^1.1",
"ext-soap": "*"
"ext-soap": "*",
"guzzle/common": "^3.9.2",
"guzzle/http": "^3.9.2",
"guzzle/parser": "^3.9.2",
"guzzle/plugin-mock": "^3.9.2",
"guzzle/stream": "^3.9.2",
"omnipay/common": "^3.0",
"php-http/guzzle7-adapter": "^1.0.0",
"symfony/event-dispatcher": ">=2.1",
"vimeo/payment-gateway-logger": "^1.1.1"
},
"require-dev": {
"omnipay/tests": "~2.0"
"http-interop/http-factory-guzzle": "^1.2",
"omnipay/tests": "^4.0"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}

0 comments on commit 5fd4b0f

Please sign in to comment.