mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-25 10:51:34 +01:00
38 lines
754 B
JSON
38 lines
754 B
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"
|
|
}
|
|
}
|
|
}
|