![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/confenda.com/wp-content/themes/beevent/functions/stripe-php/ |
{ "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.6.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^5.7", "php-coveralls/php-coveralls": "^2.1", "squizlabs/php_codesniffer": "^3.3", "symfony/process": "~3.4", "friendsofphp/php-cs-fixer": "2.17.1" }, "autoload": { "psr-4": { "Stripe\\": "lib/" } }, "autoload-dev": { "psr-4": { "Stripe\\": [ "tests/", "tests/Stripe/" ] } }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } } }