Included `stripe/stripe-php` library (v16.5.1) in the project for handling Stripe API interactions. Updated both `composer.json` and `composer.lock` to reflect the new dependency.
16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"require-dev": {
|
|
"rector/rector": "^1.2"
|
|
},
|
|
"require": {
|
|
"ext-mysqli": "*",
|
|
"ext-openssl": "*",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"aws/aws-sdk-php": "^3.0",
|
|
"predis/predis": "*",
|
|
"phpmailer/phpmailer": "^6.9.2",
|
|
"stripe/stripe-php": "^16.5"
|
|
}
|
|
}
|