WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
omnipay
/
stripe
/
Name
Action
..
.gitignore
Edit
.travis.yml
Edit
CONTRIBUTING.md
Edit
LICENSE
Edit
README.md
Edit
composer.json
Edit
makedoc.sh
Edit
phpunit.xml.dist
Edit
runtests.sh
Edit
src
tests
Editing: composer.json
{ "name": "omnipay/stripe", "type": "library", "description": "Stripe driver for the Omnipay payment processing library", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payment", "stripe" ], "homepage": "https://github.com/thephpleague/omnipay-stripe", "license": "MIT", "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors" } ], "autoload": { "psr-4": { "Omnipay\\Stripe\\" : "src/" } }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } } }