Skip to content

Commit

Permalink
removed ppib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord Vollkorn committed May 31, 2020
1 parent 20a8c24 commit 6ba3060
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 1 addition & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,15 @@
"name": "iways/module-pay-pal-plus",
"description": "PayPal PLUS for Magento 2",
"repositories": [
{
"type": "composer",
"url": "https://packagist.org"
},
{
"type": "composer",
"url": "https://repo.magento.com"
},
{
"type": "vcs",
"url": "https://github.com/i-ways/magento2-paypal-instalments-banners"
}

],
"require": {
"php": "~7.1.0|~7.2.0|~7.3.0",
"paypal/rest-api-sdk-php": "^1.6",
"magento/module-paypal": "100.3.*",
"iwaysgmbh/module-paypal-instalments-banners": "^1.0.1"
"magento/module-paypal": "100.3.*"
},
"authors": [
{
Expand Down
1 change: 0 additions & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<module name="Iways_PayPalPlus" setup_version="1.3.1">
<sequence>
<module name="Magento_Paypal" />
<module name="Iways_PaypalInstalmentsBanners" />
</sequence>
</module>
</config>

0 comments on commit 6ba3060

Please sign in to comment.