Server : Apache System : Linux wealthytechsolutions.wealthytechsolutions.com 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : raybondt ( 1003) PHP Version : 8.3.31 Disable Function : exec,passthru,shell_exec,system Directory : /opt/cpanel/ea-wappspector/vendor/knplabs/packagist-api/ |
{
"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"
}
}