{
"name": "mplx/skylablesx",
"description": "A standalone Skylable SX REST client for PHP with cURL",
"type": "library",
"license": "BSD-3-Clause",
"homepage": "https://github.com/mplx/skylable-sx-php",
"authors": [
{
"name": "Martin Pircher",
"email": "mplx+coding@donotreply.at"
}
],
"require": {
"php": ">=5.4.0",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "4.5.*",
"symfony/var-dumper": "2.6.3",
"squizlabs/php_codesniffer": "2.2.0",
"phing/phing": "2.10.1",
"phplint/phplint": "0.0.1"
},
"autoload": {
"psr-0": {
"mplx\\skylablesx\\": "src/"
}
}
}
|