{
"name": "net_bazzline/php_component_curl",
"description": "free as in freedom simple object oriented curl request and response component (YACC - yet another curl component)",
"keywords": [
"bazzline",
"psr",
"psr-4",
"curl",
"oop",
"yet another",
"request",
"response",
"dispatcher",
"lgpl",
"free as in freedom",
"yacc",
"php56",
"php7",
"changelog"
],
"type": "library",
"minimum-stability": "dev",
"require": {
"net_bazzline/php_component_toolbox": "1.9.*",
"php": ">=5.6"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "^5.7"
},
"license": "LGPL-3.0",
"authors": [
{
"name": "Stev Leibelt",
"email": "artodeto@bazzline.net",
"homepage": "https://artodeto.bazzline.net",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Net\\Bazzline\\Component\\Curl\\": "source/"
}
},
"autoload-dev": {
"psr-4": {
"Test\\Net\\Bazzline\\Component\\Curl\\": "test/"
}
}
}
|