Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 6, 2017
1 parent 5be6bf9 commit bcb460f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions App.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
namespace Dfe\ZohoCRM;
// 2017-07-06
final class App extends \Df\Zoho\App{

}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/zoho-crm"
,"version": "0.0.1"
,"version": "0.0.2"
,"description": "The «Zoho CRM» extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://github.com/mage2pro/zoho-crm"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.7.34", "mage2pro/zoho": ">=0.0.1"}
,"require": {"mage2pro/core": ">=2.7.40", "mage2pro/zoho": ">=0.0.5"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\ZohoCRM\\": ""}}
,"keywords": [
"CRM"
Expand Down

0 comments on commit bcb460f

Please sign in to comment.