Skip to content

Commit

Permalink
Merge pull request #50 from compropago/jose
Browse files Browse the repository at this point in the history
Optimize composer
  • Loading branch information
JoseBSX authored Mar 25, 2019
2 parents 1890e56 + 5185f66 commit 137ea1a
Show file tree
Hide file tree
Showing 136 changed files with 47 additions and 17,151 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
gitcp
.DS_Store
/.DS_Store
Compropago_Payment_Extension-*
Compropago_Payment_Extension-*
/lib/compropago/
44 changes: 44 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "compropago/magento1",
"description": "A Magento module for ComproPago, cash and SPEI payments",
"license": "OSL V3.0",
"type": "magento-module",
"version": "3.0.1",
"homepage": "https://www.compropago.com",
"readme": "README.md",
"authors": [
{
"name": "José Beltrán Solís",
"email": "[email protected]"
}
],
"keywords": [
"pagos internet",
"payment gateway",
"magento",
"compropago",
"cash",
"spei"
],
"config": {
"optimize-autoloader": true,
"vendor-dir": "lib/compropago/vendor/"
},
"require": {
"compropago/php-sdk": "^5.0"
},
"scripts": {
"build": [
"composer install"
]
},
"scripts-descriptions": {
"build": ""
},
"support": {
"docs": "http://demo.compropago.com/plugins/magento1",
"email": "[email protected]",
"issues": "https://github.com/compropago/plugin-magento/issues",
"source": "https://github.com/compropago/plugin-magento.git"
}
}
2 changes: 1 addition & 1 deletion lib/Compropago/composer.lock → composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions lib/ComproPago/vendor/compropago/php-sdk/.travis.yml

This file was deleted.

14 changes: 0 additions & 14 deletions lib/ComproPago/vendor/compropago/php-sdk/phpunit.xml

This file was deleted.

86 changes: 0 additions & 86 deletions lib/ComproPago/vendor/compropago/php-sdk/src/Client.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 137ea1a

Please sign in to comment.