Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
core
/
lib
/
shoplemo
/
php-sdk
:
composer.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "name": "shoplemo/php-sdk", "type": "library", "description": "shoplemo checkout api php client", "homepage": "https://www.shoplemo.com", "keywords": [ "shoplemo", "shoplemo checkout", "shoplemo payment", "shoplemo php", "shoplemo.com", "shoplemo api", "shoplemo api php client", "shoplemo api php", "payment processing" ], "license": "MIT", "authors": [ { "name": "shoplemo & contributors", "homepage": "https://github.com/shoplemo/php-sdk/contributors" } ], "require": { "php": ">=5.6.0", "ext-curl": "*" }, "autoload": { "psr-4": { "Shoplemo\\": "source/" } }, "require-dev": { "phpunit/phpunit": "8" } }