Remove curl/curl composer package

This commit is contained in:
Bubka 2020-11-18 23:09:34 +01:00
parent 523c857d18
commit b39b55fc0e
2 changed files with 1 additions and 57 deletions

View File

@ -11,7 +11,6 @@
"php": "^7.3", "php": "^7.3",
"appstract/laravel-options": "^4.1.1", "appstract/laravel-options": "^4.1.1",
"chillerlan/php-qrcode": "3.3", "chillerlan/php-qrcode": "3.3",
"curl/curl": "^2.3",
"doctrine/dbal": "^2.10", "doctrine/dbal": "^2.10",
"fideloper/proxy": "^4.2", "fideloper/proxy": "^4.2",
"khanamiryan/qrcode-detector-decoder": "^1.0", "khanamiryan/qrcode-detector-decoder": "^1.0",

57
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3df4cad0deb899d143923b1392dba81c", "content-hash": "2415cfa58e571075291b33a2cb9a20ef",
"packages": [ "packages": [
{ {
"name": "appstract/laravel-options", "name": "appstract/laravel-options",
@ -299,61 +299,6 @@
], ],
"time": "2019-09-10T00:09:44+00:00" "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", "name": "defuse/php-encryption",
"version": "v2.2.1", "version": "v2.2.1",