mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fix composer require checker missing new usages
This commit is contained in:
parent
bd3337bceb
commit
e513585b80
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
"Payum\\Core\\Model\\GatewayConfig",
|
||||
"Payum\\Core\\Model\\GatewayConfigInterface",
|
||||
"Payum\\Core\\Model\\Identity",
|
||||
"Payum\\Core\\Model\\ModelAggregateInterface",
|
||||
"Payum\\Core\\Model\\Payment",
|
||||
"Payum\\Core\\Model\\PaymentInterface",
|
||||
"Payum\\Core\\Payum",
|
||||
|
|
@ -44,11 +45,14 @@
|
|||
"Payum\\Core\\Request\\Capture",
|
||||
"Payum\\Core\\Request\\Convert",
|
||||
"Payum\\Core\\Request\\Generic",
|
||||
"Payum\\Core\\Request\\GetHttpRequest",
|
||||
"Payum\\Core\\Request\\GetStatusInterface",
|
||||
"Payum\\Core\\Request\\Notify",
|
||||
"Payum\\Core\\Request\\RenderTemplate",
|
||||
"Payum\\Core\\Security\\CryptedInterface",
|
||||
"Payum\\Core\\Security\\GenericTokenFactoryInterface",
|
||||
"Payum\\Core\\Security\\HttpRequestVerifierInterface",
|
||||
"Payum\\Core\\Security\\TokenAggregateInterface",
|
||||
"Payum\\Core\\Security\\TokenInterface",
|
||||
"Payum\\Core\\Security\\Util\\Random",
|
||||
"Payum\\Core\\Storage\\AbstractStorage",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue