1234567891011121314151617181920212223242526 |
- {
- "name": "ixudra/curl",
- "description": "Custom PHP Curl library for the Laravel 5 framework - developed by Ixudra",
- "version": "6.10.0",
- "keywords": ["Ixudra", "Laravel", "Curl"],
- "homepage": "http://ixudra.be",
- "license": "MIT",
- "authors": [
- {
- "name": "Jan Oris",
- "email": "[email protected]"
- }
- ],
- "require": {
- "php": ">=5.4.0",
- "illuminate/support": ">=4.0"
- },
- "autoload": {
- "psr-4": {
- "Ixudra\\Curl\\": "src/"
- }
- }
- }
|