| Server IP : 162.214.74.102 / Your IP : 216.73.217.114 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/cpanel/ea-wappspector/vendor/knplabs/packagist-api/ |
Upload File : |
{
"name": "knplabs/packagist-api",
"type": "library",
"description": "Packagist API client.",
"keywords": ["packagist", "api", "composer"],
"homepage": "http://knplabs.com",
"license": "MIT",
"authors": [
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
}
],
"require": {
"php": "^7.1 || ^8.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"doctrine/inflector": "^1.0 || ^2.0"
},
"require-dev": {
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0",
"squizlabs/php_codesniffer": "^3.0"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": {
"Packagist\\Api\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"scripts": {
"lint": "bin/phpcs --standard=PSR12 src/",
"test": "bin/phpspec run -f pretty"
}
}