mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 10:39:20 +00:00
6ed4c65eff
Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/0.3.63...5.25.0) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "php-curl-class/php-curl-class",
|
|
"description": "PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.",
|
|
"homepage": "https://github.com/php-curl-class/php-curl-class",
|
|
"license": "Unlicense",
|
|
"keywords": [
|
|
"php", "curl", "class", "api", "api-client", "client", "framework", "http", "http-client", "http-proxy", "json",
|
|
"php-curl", "php-curl-library", "proxy", "requests", "restful", "web-scraper", "web-scraping", "web-service",
|
|
"xml"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Zach Borboa"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/php-curl-class/php-curl-class/graphs/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"ext-curl": "*"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "*",
|
|
"ext-gd": "*",
|
|
"friendsofphp/php-cs-fixer": "*",
|
|
"phpcompatibility/php-compatibility": "dev-develop",
|
|
"phpcsstandards/phpcsutils": "@alpha",
|
|
"phpunit/phpunit": "*",
|
|
"squizlabs/php_codesniffer": "*",
|
|
"vimeo/psalm": ">=5.25.0"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Curl\\": "src/Curl/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"files": [
|
|
"./tests/Helper.php",
|
|
"./tests/User.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|