ok
Direktori : /home2/selectio/www/mm-tailor-billing/vendor/stripe/stripe-php/ |
Current File : //home2/selectio/www/mm-tailor-billing/vendor/stripe/stripe-php/composer.json |
{ "name": "stripe/stripe-php", "description": "Stripe PHP Library", "keywords": [ "stripe", "payment processing", "api" ], "homepage": "https://stripe.com/", "license": "MIT", "authors": [ { "name": "Stripe and contributors", "homepage": "https://github.com/stripe/stripe-php/contributors" } ], "require": { "php": ">=5.4.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "~4.0", "php-coveralls/php-coveralls": "1.*", "squizlabs/php_codesniffer": "~2.0", "symfony/process": "~2.8" }, "autoload": { "psr-4": { "Stripe\\" : "lib/" } }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } } }