Skip to content

Commit 7b9a47b

Browse files
committed
Suggest league package
1 parent 13c909b commit 7b9a47b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- The `redirect()` method no calls `exit()` after sending the content. This is up to the developer now.
33
- It is now possible to use `setAmountInteger(integer $value)` and `setMoney(Money $money)`
44
- HTTPPlug is used. Guzzle will be installed when using `omnipay/omnipay`, otherwise you need to required your own implementation (see http://docs.php-http.org/en/latest/clients.html)
5-
5+
- The package is renamed from `omnipay/omnipay` to `league/omnipay` and no longer installs all gateways by default.
66
## Upgrade Gateways from 2.x to 3.x
77

88
The primary difference is the HTTP Client. We are now using HTTPlug (http://httplug.io/) but rely on our own interface.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"suggest": {
60-
"omnipay/omnipay": "The default Omnipay package provides a default HTTP Adapter."
60+
"league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
6161
},
6262
"scripts": {
6363
"test": "phpunit",

0 commit comments

Comments
 (0)