mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
78 lines
2.4 KiB
JSON
78 lines
2.4 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "c38a84a081b633a51738b670cdfef2fd",
|
|
"packages": [
|
|
{
|
|
"name": "php-curl-class/php-curl-class",
|
|
"version": "8.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-curl-class/php-curl-class.git",
|
|
"reference": "75597b28c454acd9767e6182371376916cdb8531"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://files.phpcomposer.com/files/php-curl-class/php-curl-class/75597b28c454acd9767e6182371376916cdb8531.zip",
|
|
"reference": "75597b28c454acd9767e6182371376916cdb8531",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*",
|
|
"squizlabs/php_codesniffer": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Curl\\": "src/Curl/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Unlicense"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Zach Borboa"
|
|
}
|
|
],
|
|
"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",
|
|
"keywords": [
|
|
"api",
|
|
"class",
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"json",
|
|
"php",
|
|
"requests",
|
|
"rest",
|
|
"restful",
|
|
"web service",
|
|
"xml"
|
|
],
|
|
"time": "2018-04-09T08:28:13+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=5.6.0"
|
|
},
|
|
"platform-dev": []
|
|
}
|