diff --git a/composer.json b/composer.json index 4b75154f..fa49d324 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "php": "^7.3", "appstract/laravel-options": "^4.1.1", "chillerlan/php-qrcode": "3.3", + "curl/curl": "^2.3", "doctrine/dbal": "^2.10", "fideloper/proxy": "^4.2", "khanamiryan/qrcode-detector-decoder": "^1.0", @@ -18,6 +19,7 @@ "laravel/passport": "^9.3.2", "laravel/tinker": "^2.0", "laravel/ui": "^2.0", + "paragonie/constant_time_encoding": "^2.3", "spatie/eloquent-sortable": "^3.9", "spomky-labs/otphp": "^10.0" }, diff --git a/composer.lock b/composer.lock index 3543ccf4..c5067b9e 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "3c69e684e02cda09c9d406a12a83ff42", + "content-hash": "3df4cad0deb899d143923b1392dba81c", "packages": [ { "name": "appstract/laravel-options", @@ -299,6 +299,61 @@ ], "time": "2019-09-10T00:09:44+00:00" }, + { + "name": "curl/curl", + "version": "2.3.0", + "source": { + "type": "git", + "url": "https://github.com/php-mod/curl.git", + "reference": "3ad560b1fc1bbdf5c7681356ab953fb961f255e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-mod/curl/zipball/3ad560b1fc1bbdf5c7681356ab953fb961f255e5", + "reference": "3ad560b1fc1bbdf5c7681356ab953fb961f255e5", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": "^5.6 | ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7", + "squizlabs/php_codesniffer": "~2.1" + }, + "type": "library", + "autoload": { + "psr-0": { + "Curl": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "php-curl-class", + "homepage": "https://github.com/php-curl-class" + }, + { + "name": "Hassan Amouhzi", + "email": "hassan@anezi.net", + "homepage": "http://hassan.amouhzi.com" + }, + { + "name": "user52", + "homepage": "https://github.com/user52" + } + ], + "description": "cURL class for PHP", + "homepage": "https://github.com/php-mod/curl", + "keywords": [ + "curl", + "dot" + ], + "time": "2020-03-19T20:07:26+00:00" + }, { "name": "defuse/php-encryption", "version": "v2.2.1", @@ -6461,6 +6516,7 @@ "faker", "fixtures" ], + "abandoned": true, "time": "2019-12-12T13:22:17+00:00" }, {