mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2025-01-09 05:21:52 +00:00
43 lines
1.2 KiB
JSON
43 lines
1.2 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"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"ext-curl": "*"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "*",
|
|
"ext-gd": "*",
|
|
"phpcompatibility/php-compatibility": "dev-develop",
|
|
"phpcsstandards/phpcsutils": "@alpha",
|
|
"phpunit/phpunit": "*",
|
|
"squizlabs/php_codesniffer": "*",
|
|
"vimeo/psalm": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Curl\\": "src/Curl/"
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|