This commit is contained in:
Joey Kimsey
2025-02-06 00:04:00 -05:00
parent ffb82b1192
commit 0bcc1ce2b6
37 changed files with 62 additions and 1234 deletions

61
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "10e7ce6b744b46b0c10780dbd7786ecb",
"content-hash": "1a35931e4b6b82cdcc4c3cd9824421b1",
"packages": [
{
"name": "bacon/bacon-qr-code",
@ -234,6 +234,65 @@
},
"time": "2016-10-24T15:52:54+00:00"
},
{
"name": "stripe/stripe-php",
"version": "v16.5.0",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
"reference": "3fb22256317344e049fce02ff289af3b776b0464"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/3fb22256317344e049fce02ff289af3b776b0464",
"reference": "3fb22256317344e049fce02ff289af3b776b0464",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=5.6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.5.0",
"phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^5.7 || ^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Stripe\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Stripe and contributors",
"homepage": "https://github.com/stripe/stripe-php/contributors"
}
],
"description": "Stripe PHP Library",
"homepage": "https://stripe.com/",
"keywords": [
"api",
"payment processing",
"stripe"
],
"support": {
"issues": "https://github.com/stripe/stripe-php/issues",
"source": "https://github.com/stripe/stripe-php/tree/v16.5.0"
},
"time": "2025-01-27T20:20:33+00:00"
},
{
"name": "thetempusproject/bedrock",
"version": "1.1.6",