Skip to content

Commit

Permalink
2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Nov 17, 2017
1 parent 8650658 commit ab0e0c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Controller/Index/Index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
namespace Dfe\Square\Controller\Index;
use Df\Framework\W\Response\Json;
use Df\Framework\W\Result\Json;
/**
* 2016-09-28
* @final Unable to use the PHP «final» keyword here because of the M2 code generation.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/square"
,"version": "2.0.10"
,"version": "2.0.11"
,"description": "Square Payments integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/square"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=3.3.16"}
,"require": {"mage2pro/core": ">=3.3.18"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Square\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit ab0e0c1

Please sign in to comment.