/home/techb158/exp.abdallabala.com/vendor/stripe/stripe-php
NameSizeModeActions
data/-0755rm
lib/-0755rm
.coveralls.github-actions.yml900644editdlrm
.editorconfig2680644editdlrm
.gitignore6120644editdlrm
.php_cs.dist17940644editdlrm
build.php6400644editdlrm
CHANGELOG.md497400644editdlrm
CODE_OF_CONDUCT.md33680644editdlrm
composer.json8630644editdlrm
init.php111500644editdlrm
LICENSE10990644editdlrm
Makefile10040644editdlrm
phpdoc.dist.xml9750644editdlrm
phpstan-baseline.neon3150644editdlrm
phpstan.neon.dist1560644editdlrm
README.md109100644editdlrm
update_certs.php3870644editdlrm
VERSION70644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/stripe/stripe-php/.gitignore (612B)
# Ignore build files build/* # Mac OS X dumps these all over the place. .DS_Store # Ignore the SimpleTest library if it is installed to /test/. /test/simpletest/ # Ignore the /vendor/ directory for people using composer /vendor/ # If the vendor directory isn't being commited the composer.lock file should also be ignored composer.lock # Ignore PHPUnit coverage file clover.xml # Ignore IDE's configuration files .idea # Ignore PHP CS Fixer local config and cache .php_cs .php_cs.cache # Ignore PHPStan local config .phpstan.neon # Ignore phpDocumentor's local config and artifacts .phpdoc/* phpdoc.xml