v1.0.0
parents
.idea/.gitignore
0 → 100644
.idea/module-facebook.iml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/php.xml
0 → 100644
.idea/vcs.xml
0 → 100644
Api/FacebookInterface.php
0 → 100644
LICENSE.txt
0 → 100644
Service/Facebook.php
0 → 100644
ViewModel/JavaScriptSDK.php
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "sapientpro/module-facebook", | |||
"description": "SapientPro Facebook", | |||
"type": "magento2-module", | |||
"version": "1.0.0", | |||
"license": [ | |||
"OSL-3.0", | |||
"AFL-3.0" | |||
], | |||
"authors": [ | |||
{ | |||
"name": "SapientPro", | |||
"email": "info@sapient.pro", | |||
"homepage": "https://sapient.pro/" | |||
} | |||
], | |||
"keywords": [ | |||
"magento 2", | |||
"SapientPro", | |||
"facebook" | |||
], | |||
"config": { | |||
"sort-packages": true | |||
}, | |||
"require": { | |||
"php": ">=7.0", | |||
"sapientpro/module-core": "*" | |||
}, | |||
"autoload": { | |||
"files": [ | |||
"registration.php" | |||
], | |||
"psr-4": { | |||
"SapientPro\\Facebook\\": "" | |||
} | |||
} | |||
} |
etc/adminhtml/system.xml
0 → 100644
etc/di.xml
0 → 100644
etc/module.xml
0 → 100644
registration.php
0 → 100644
report.json
0 → 100644
This diff is collapsed.
Please register or sign in to comment