diff --git a/composer.json b/composer.json index fa49d324..5bb4dc02 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,6 @@ "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", diff --git a/composer.lock b/composer.lock index c5067b9e..eea0ca99 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": "3df4cad0deb899d143923b1392dba81c", + "content-hash": "2415cfa58e571075291b33a2cb9a20ef", "packages": [ { "name": "appstract/laravel-options", @@ -299,61 +299,6 @@ ], "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",