Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 13, 2017
1 parent a18e576 commit bad1411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/securepay"
,"version": "1.5.22"
,"version": "1.6.0"
,"description": "The «SecurePay» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/securepay"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.11.22"}
,"require": {"mage2pro/core": ">=2.12.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\SecurePay\\": ""}}
,"keywords": [
"3D Secure"
Expand Down
1 change: 0 additions & 1 deletion etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
>
<virtualType name='Dfe\SecurePay\Controller\Confirm\Index' type='Df\Payment\W\Action'/>
<virtualType name='Dfe\SecurePay\Controller\CustomerReturn\Index' type='Df\Payment\CustomerReturn'/>
<virtualType name='Dfe\SecurePay\W\Handler' type='Df\PaypalClone\W\Handler'/>
</config>

0 comments on commit bad1411

Please sign in to comment.