Repository URL to install this package:
|
Version:
1.0.0 ▾
|
crazyfactory/curl
/
composer.json
|
|---|
{
"name": "crazyfactory/curl",
"description": "A thin wrapper to make Curl calls less clunky",
"homepage": "https://github.com/crazyfactory/php-curl",
"license": "proprietary",
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"CrazyFactory\\Curl\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"CrazyFactory\\Curl\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit -c phpunit.xml"
},
"version": "1.0.0"
}