This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PayPal-PHP-SDK/sample/composer.json
Jay Patel 0ed9c26d02 Updated version of SDK Core
- Updated version
- Fixed Testing Bugs
- Updated README
- Updated Release note
2014-09-24 13:41:32 -05:00

15 lines
381 B
JSON

{
"name": "paypal/rest-api-sdk-sample-php",
"description": "Samples using PayPal's REST API SDK for PHP",
"homepage": "https://github.com/paypal/rest-api-sdk-php",
"config": {
"require-all": true
},
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"ext-json": "*",
"paypal/rest-api-sdk-php" : "0.11.*"
}
}