Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
core
/
lib
/
2checkout
/
2checkout-php
:
composer.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "name": "2checkout/2checkout-php", "type": "library", "description": "2Checkout PHP Library", "keywords": ["2Checkout","2co","payment","gateway"], "homepage": "https://github.com/2Checkout/2checkout-php", "license": "MIT", "authors": [ { "name": "Craig Christenson", "email": "christensoncraig@gmail.com", "homepage": "https://github.com/craigchristenson" } ], "require": { "php": ">=5.2.0", "ext-curl": "*", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "autoload": { "psr-0": { "Twocheckout": "lib/" } } }