%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/admin1/vendor/square/square/ |
Upload File : |
{
"name": "square/square",
"description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.",
"version": "16.0.0.20211117",
"type": "library",
"keywords": [
"Square",
"API",
"SDK"
],
"homepage": "https://squareup.com/developers",
"license": "MIT",
"authors": [
{
"name": "Square Developer Platform",
"email": "developers@squareup.com",
"homepage": "https://squareup.com/developers"
}
],
"require": {
"php": ">=7.2",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"apimatic/unirest-php": "^2.1",
"apimatic/jsonmapper": "^2.0.2"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"phan/phan": "^3.0",
"phpunit/phpunit": "^7.5 || ^8.5"
},
"autoload": {
"psr-4": {
"Square\\": "src/"
}
},
"scripts": {
"test": "phpunit",
"test-coverage": "phpunit --coverage-html=coverage",
"lint": "phpcs --standard=phpcs-ruleset.xml src/",
"lint-fix": "phpcbf --standard=phpcs-ruleset.xml src/",
"analyze": "phan --allow-polyfill-parser"
}
}