Skip to content

Commit

Permalink
use forks of goteo for paypal repositories (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig authored Oct 19, 2023
1 parent 2fed207 commit c8225aa
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 21 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,24 @@
"allow-contrib": false,
"require": "4.4.*"
}
},
"repositories": {
"paypal/sdk-core-php": {
"type": "vcs",
"url": "[email protected]:GoteoFoundation/sdk-core-php.git"
},
"paypal/adaptivepayments-sdk-php": {
"type": "vcs",
"url": "https://github.com/GoteoFoundation/adaptivepayments-sdk-php.git"
},
"paypal/merchant-sdk-php": {
"type": "vcs",
"url": "https://github.com/GoteoFoundation/merchant-sdk-php.git"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": false
}
}
}
34 changes: 13 additions & 21 deletions composer.lock

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

0 comments on commit c8225aa

Please sign in to comment.