lockfile again

This commit is contained in:
Tim Bendt
2025-11-26 11:50:55 -05:00
parent af3c23cb6e
commit 6ceecaa69e
4461 changed files with 641349 additions and 10 deletions

36
vendor/payeezy/payeezy-php/composer.json vendored Executable file
View File

@@ -0,0 +1,36 @@
{
"name": "payeezy/payeezy-php",
"type": "library",
"description": "Payeezy PHP Library",
"keywords": [
"payeezy",
"payment processing",
"api"
],
"homepage": "https://developer.payeezy.com/",
"license": "MIT",
"authors": [
{
"name": "payeezy and contributors",
"homepage": "https://github.com/payeezy/payeezy-php/graphs/contributors"
}
],
"require": {
"php": ">=5.2",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
},
"autoload": {
"psr-0": {
"Payeezy_": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
}
}