{ "name": "ixudra/curl", "description": "Custom PHP Curl library - developer by Ixudra", "version": "0.2.*", "keywords": ["Ixudra", "Laravel", "Curl"], "homepage": "http://ixudra.be", "license": "MIT", "authors": [ { "name": "Jan Oris", "email": "jan.oris@ixudra.be" } ], "require": { "php": ">=5.3.0", "illuminate/support": "4.2.*" }, "autoload": { "psr-0": { "Ixudra\\Curl\\": "src/" } }, "minimum-stability": "stable" }