Skip to content

Commit 1b079bd

Browse files
committed
Removed symfony/http-client dependency
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).
1 parent 29b67bd commit 1b079bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
},
3636
"require": {
3737
"php": "^7.3|^8",
38-
"omnipay/common": "~3.0",
39-
"symfony/http-client": "^6.0"
38+
"omnipay/common": "~3.0"
4039
},
4140
"require-dev": {
4241
"omnipay/tests": "^4.1",
@@ -56,7 +55,7 @@
5655
},
5756
"config": {
5857
"allow-plugins": {
59-
"php-http/discovery": true
58+
"php-http/discovery": false
6059
}
6160
}
6261
}

0 commit comments

Comments
 (0)