added curl and json php extension to composer as not all enviroments have them by default
... | ... | @@ -6,9 +6,12 @@ |
"type": "project", | ||
"require": { | ||
"php": "^7.1.3", | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"barryvdh/laravel-ide-helper": "^2.5", | ||
"doctrine/dbal": "^2.8", | ||
"fideloper/proxy": "^4.0", | ||
"guzzlehttp/guzzle": "^6.3", | ||
"laravel/framework": "5.7.*", | ||
"laravel/tinker": "^1.0", | ||
"simplesoftwareio/simple-qrcode": "2.0.*" | ||
... | ... | @@ -28,7 +31,8 @@ |
], | ||
"psr-4": { | ||
"App\\": "app/", | ||
"Monero\\": "monero/" | ||
"Monero\\": "monero/", | ||
"GitLab\\": "gitlab/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
... | ... |
... | ... | @@ -4,7 +4,7 @@ |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | ||
"This file is @generated automatically" | ||
], | ||
"content-hash": "7a5d7380ba557e7bdee9c9e7a997e459", | ||
"content-hash": "37462f3e9af90094d49d90514b64ae96", | ||
"packages": [ | ||
{ | ||
"name": "bacon/bacon-qr-code", | ||
... | ... | @@ -1066,6 +1066,187 @@ |
], | ||
"time": "2018-02-07T20:20:57+00:00" | ||
}, | ||
{ | ||
"name": "guzzlehttp/guzzle", | ||
"version": "6.3.3", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/guzzle/guzzle.git", | ||
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", | ||
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"guzzlehttp/promises": "^1.0", | ||
"guzzlehttp/psr7": "^1.4", | ||
"php": ">=5.5" | ||
}, | ||
"require-dev": { | ||
"ext-curl": "*", | ||
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", | ||
"psr/log": "^1.0" | ||
}, | ||
"suggest": { | ||
"psr/log": "Required for using the Log middleware" | ||
}, | ||
"type": "library", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "6.3-dev" | ||
} | ||
}, | ||
"autoload": { | ||
"files": [ | ||
"src/functions_include.php" | ||
], | ||
"psr-4": { | ||
"GuzzleHttp\\": "src/" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Michael Dowling", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/mtdowling" | ||
} | ||
], | ||
"description": "Guzzle is a PHP HTTP client library", | ||
"homepage": "http://guzzlephp.org/", | ||
"keywords": [ | ||
"client", | ||
"curl", | ||
"framework", | ||
"http", | ||
"http client", | ||
"rest", | ||
"web service" | ||
], | ||
"time": "2018-04-22T15:46:56+00:00" | ||
}, | ||
{ | ||
"name": "guzzlehttp/promises", | ||
"version": "v1.3.1", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/guzzle/promises.git", | ||
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", | ||
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=5.5.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.0" | ||
}, | ||
"type": "library", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.4-dev" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"GuzzleHttp\\Promise\\": "src/" | ||
}, | ||
"files": [ | ||
"src/functions_include.php" | ||
] | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Michael Dowling", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/mtdowling" | ||
} | ||
], | ||
"description": "Guzzle promises library", | ||
"keywords": [ | ||
"promise" | ||
], | ||
"time": "2016-12-20T10:07:11+00:00" | ||
}, | ||
{ | ||
"name": "guzzlehttp/psr7", | ||
"version": "1.4.2", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/guzzle/psr7.git", | ||
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", | ||
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=5.4.0", | ||
"psr/http-message": "~1.0" | ||
}, | ||
"provide": { | ||
"psr/http-message-implementation": "1.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.0" | ||
}, | ||
"type": "library", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.4-dev" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"GuzzleHttp\\Psr7\\": "src/" | ||
}, | ||
"files": [ | ||
"src/functions_include.php" | ||
] | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Michael Dowling", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/mtdowling" | ||
}, | ||
{ | ||
"name": "Tobias Schultze", | ||
"homepage": "https://github.com/Tobion" | ||
} | ||
], | ||
"description": "PSR-7 message implementation that also provides common utility methods", | ||
"keywords": [ | ||
"http", | ||
"message", | ||
"request", | ||
"response", | ||
"stream", | ||
"uri", | ||
"url" | ||
], | ||
"time": "2017-03-20T17:10:46+00:00" | ||
}, | ||
{ | ||
"name": "jakub-onderka/php-console-color", | ||
"version": "v0.2", | ||
... | ... | @@ -1846,6 +2027,56 @@ |
], | ||
"time": "2017-02-14T16:28:37+00:00" | ||
}, | ||
{ | ||
"name": "psr/http-message", | ||
"version": "1.0.1", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/php-fig/http-message.git", | ||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | ||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=5.3.0" | ||
}, | ||
"type": "library", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.0.x-dev" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Psr\\Http\\Message\\": "src/" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "PHP-FIG", | ||
"homepage": "http://www.php-fig.org/" | ||
} | ||
], | ||
"description": "Common interface for HTTP messages", | ||
"homepage": "https://github.com/php-fig/http-message", | ||
"keywords": [ | ||
"http", | ||
"http-message", | ||
"psr", | ||
"psr-7", | ||
"request", | ||
"response" | ||
], | ||
"time": "2016-08-06T14:39:51+00:00" | ||
}, | ||
{ | ||
"name": "psr/log", | ||
"version": "1.0.2", | ||
... | ... |
Please register or sign in to comment