File: /storage/v6964/gopalak/public_html/wp-content/plugins/charitable/vendor/square/square/composer.json
{
"name": "square/square",
"version": "42.1.0.20250416",
"description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.",
"keywords": [
"square",
"api",
"sdk"
],
"license": "MIT",
"require": {
"php": "^8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.4",
"apimatic/unirest-php": "^4.0.0",
"apimatic/core-interfaces": "~0.1.5",
"apimatic/core": "~0.3.12"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"friendsofphp/php-cs-fixer": "3.5.0",
"phpstan/phpstan": "^1.12"
},
"autoload": {
"psr-4": {
"Square\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Square\\Tests\\": "tests/"
}
},
"scripts": {
"build": [
"@php -l src",
"@php -l tests"
],
"test": "phpunit",
"analyze": "phpstan analyze src tests --memory-limit=1G"
},
"author": {
"name": "Square Developer Platform",
"url": "https://developer.squareup.com",
"email": "developers@squareup.com"
},
"homepage": "https://squareup.com/developers"
}