Skip to content

Commit

Permalink
Removed symfony/http-client dependency
Browse files Browse the repository at this point in the history
I think this crept in with php-http/discovery discovery.
This version of the Omnipay driver should work with a wide range of
Symfony versions (3 to 6).
  • Loading branch information
judgej committed Nov 15, 2023
1 parent 29b67bd commit 1b079bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
},
"require": {
"php": "^7.3|^8",
"omnipay/common": "~3.0",
"symfony/http-client": "^6.0"
"omnipay/common": "~3.0"
},
"require-dev": {
"omnipay/tests": "^4.1",
Expand All @@ -56,7 +55,7 @@
},
"config": {
"allow-plugins": {
"php-http/discovery": true
"php-http/discovery": false
}
}
}

0 comments on commit 1b079bd

Please sign in to comment.