X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/stripe/stripe-php
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
stripe
/
stripe-php
/
📁
..
📄
.coveralls.github-actions.yml
(90 B)
📄
.editorconfig
(268 B)
📄
.gitignore
(612 B)
📄
.php_cs.dist
(1.26 KB)
📄
CHANGELOG.md
(43.51 KB)
📄
CODE_OF_CONDUCT.md
(3.29 KB)
📄
LICENSE
(1.07 KB)
📄
Makefile
(1007 B)
📄
README.md
(10.48 KB)
📄
VERSION
(7 B)
📄
build.php
(640 B)
📄
composer.json
(923 B)
📁
data
📄
init.php
(10.52 KB)
📁
lib
📄
phpdoc.dist.xml
(975 B)
📄
phpstan-baseline.neon
(315 B)
📄
phpstan.neon.dist
(147 B)
📄
update_certs.php
(392 B)
Editing: 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.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.16.1" }, "autoload": { "psr-4": { "Stripe\\": "lib/" } }, "autoload-dev": { "psr-4": { "Stripe\\": [ "tests/", "tests/Stripe/" ] } }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } } }
Upload File
Create Folder