Skip to content

Commit

Permalink
UPDATE: Update composer.json to use omnipay/tests v4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsvetanov committed Sep 19, 2023
1 parent fc070ef commit 4986e16
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,22 @@
"php": "^7.1 || ^8.0",
"omnipay/common": "^3",
"ext-openssl": "*",
"ext-json": "*"
"ext-json": "*",
"symfony/http-client": "^6.3"
},
"require-dev": {
"omnipay/tests": "^3"
"omnipay/tests": "^4",
"http-interop/http-factory-guzzle": "^1.2"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"prefer-stable": true
"prefer-stable": true,
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}

0 comments on commit 4986e16

Please sign in to comment.