mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Remove payum/payum
This commit is contained in:
parent
be419d05dd
commit
65b12a6596
5 changed files with 30 additions and 6 deletions
|
|
@ -28,6 +28,32 @@
|
|||
"HWI\\Bundle\\OAuthBundle\\OAuth\\Response\\UserResponseInterface",
|
||||
"HWI\\Bundle\\OAuthBundle\\Security\\Core\\User\\OAuthAwareUserProviderInterface",
|
||||
"League\\Flysystem\\FilesystemOperator",
|
||||
"Payum\\Core\\Action\\ActionInterface",
|
||||
"Payum\\Core\\Action\\GatewayAwareAction",
|
||||
"Payum\\Core\\Bridge\\Spl\\ArrayObject",
|
||||
"Payum\\Core\\Exception\\RequestNotSupportedException",
|
||||
"Payum\\Core\\Extension\\Context",
|
||||
"Payum\\Core\\Extension\\ExtensionInterface",
|
||||
"Payum\\Core\\HttpClientInterface",
|
||||
"Payum\\Core\\Model\\GatewayConfig",
|
||||
"Payum\\Core\\Model\\GatewayConfigInterface",
|
||||
"Payum\\Core\\Model\\Identity",
|
||||
"Payum\\Core\\Model\\Payment",
|
||||
"Payum\\Core\\Model\\PaymentInterface",
|
||||
"Payum\\Core\\Payum",
|
||||
"Payum\\Core\\Request\\Authorize",
|
||||
"Payum\\Core\\Request\\BaseGetStatus",
|
||||
"Payum\\Core\\Request\\Capture",
|
||||
"Payum\\Core\\Request\\Convert",
|
||||
"Payum\\Core\\Request\\Generic",
|
||||
"Payum\\Core\\Request\\GetStatusInterface",
|
||||
"Payum\\Core\\Request\\Notify",
|
||||
"Payum\\Core\\Security\\CryptedInterface",
|
||||
"Payum\\Core\\Security\\GenericTokenFactoryInterface",
|
||||
"Payum\\Core\\Security\\HttpRequestVerifierInterface",
|
||||
"Payum\\Core\\Security\\TokenInterface",
|
||||
"Payum\\Core\\Security\\Util\\Random",
|
||||
"Payum\\Core\\Storage\\AbstractStorage",
|
||||
"Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface",
|
||||
"PHPUnit\\Framework\\ExpectationFailedException",
|
||||
"Psr\\Http\\Message\\RequestFactoryInterface",
|
||||
|
|
|
|||
|
|
@ -61,7 +61,8 @@
|
|||
"liip/imagine-bundle": "^2.10",
|
||||
"nyholm/psr7": "^1.6",
|
||||
"pagerfanta/pagerfanta": "^3.0",
|
||||
"payum/payum": "^1.7.2",
|
||||
"payum/core": "^1.7.3",
|
||||
"payum/offline": "^1.7.3",
|
||||
"payum/payum-bundle": "^2.5",
|
||||
"php-http/httplug": "^2.4",
|
||||
"php-http/message-factory": "^1.0",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"payum/payum": "^1.7.2",
|
||||
"payum/offline": "^1.7.3",
|
||||
"payum/payum-bundle": "^2.5",
|
||||
"sylius/core": "^1.12",
|
||||
"sylius/currency": "^1.12",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"guzzlehttp/guzzle": "^6.5 || ^7.0",
|
||||
"knplabs/gaufrette": "^0.10 || ^0.11",
|
||||
"league/flysystem": "^2.4",
|
||||
"payum/payum": "^1.7.2",
|
||||
"payum/core": "^1.7.3",
|
||||
"psr/http-client": "^1.0",
|
||||
"psr/http-message": "^1.0",
|
||||
"sylius/addressing": "^1.12",
|
||||
|
|
|
|||
|
|
@ -388,9 +388,6 @@
|
|||
"payum/iso4217": {
|
||||
"version": "1.0.1"
|
||||
},
|
||||
"payum/payum": {
|
||||
"version": "1.6.0"
|
||||
},
|
||||
"payum/payum-bundle": {
|
||||
"version": "2.4",
|
||||
"recipe": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue