[Composer] Remove unused dependency byjg/webrequest
This commit is contained in:
parent
d1a72232b3
commit
30f6e6f5de
|
@ -22,7 +22,6 @@
|
||||||
"boronczyk/localization-middleware": "^1.4",
|
"boronczyk/localization-middleware": "^1.4",
|
||||||
"byjg/migration": "^4.0",
|
"byjg/migration": "^4.0",
|
||||||
"byjg/uri": "^1.0.4",
|
"byjg/uri": "^1.0.4",
|
||||||
"byjg/webrequest": "^1.0",
|
|
||||||
"gettext/gettext": "^4.6",
|
"gettext/gettext": "^4.6",
|
||||||
"gofabian/negotiation-middleware": "^0.1.3",
|
"gofabian/negotiation-middleware": "^0.1.3",
|
||||||
"guzzlehttp/guzzle": "^6.5",
|
"guzzlehttp/guzzle": "^6.5",
|
||||||
|
|
66
composer.lock
generated
66
composer.lock
generated
|
@ -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": "0792b37056e28caaa1deb1ef92ce9002",
|
"content-hash": "8966ff83bb5be2c08214c3982105c898",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asika/simple-console",
|
"name": "asika/simple-console",
|
||||||
|
@ -447,46 +447,6 @@
|
||||||
"description": "An implementation of PSR UriInterface ",
|
"description": "An implementation of PSR UriInterface ",
|
||||||
"time": "2018-03-09T01:56:58+00:00"
|
"time": "2018-03-09T01:56:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "byjg/webrequest",
|
|
||||||
"version": "1.0.7",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/byjg/webrequest.git",
|
|
||||||
"reference": "a307e4e21525c9dc0f116b5cf8657318ef2a44e8"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/byjg/webrequest/zipball/a307e4e21525c9dc0f116b5cf8657318ef2a44e8",
|
|
||||||
"reference": "a307e4e21525c9dc0f116b5cf8657318ef2a44e8",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"ext-curl": "*",
|
|
||||||
"php": ">=5.4.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"phpunit/phpunit": ">5.7"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"ByJG\\Util\\": "src/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "João Gilberto Magalhães",
|
|
||||||
"email": "joao@byjg.com.br"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "A lightweight and highly customized CURL wrapper for making RESt calls and a wrapper for call dynamically SOAP requests.",
|
|
||||||
"time": "2018-03-09T02:53:33+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "byjg/xmlutil",
|
"name": "byjg/xmlutil",
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
|
@ -2742,12 +2702,12 @@
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
|
||||||
"DeepCopy\\": "src/DeepCopy/"
|
|
||||||
},
|
|
||||||
"files": [
|
"files": [
|
||||||
"src/DeepCopy/deep_copy.php"
|
"src/DeepCopy/deep_copy.php"
|
||||||
]
|
],
|
||||||
|
"psr-4": {
|
||||||
|
"DeepCopy\\": "src/DeepCopy/"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
|
@ -3594,14 +3554,14 @@
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
|
||||||
"Sabre\\Event\\": "lib/"
|
|
||||||
},
|
|
||||||
"files": [
|
"files": [
|
||||||
"lib/coroutine.php",
|
"lib/coroutine.php",
|
||||||
"lib/Loop/functions.php",
|
"lib/Loop/functions.php",
|
||||||
"lib/Promise/functions.php"
|
"lib/Promise/functions.php"
|
||||||
]
|
],
|
||||||
|
"psr-4": {
|
||||||
|
"Sabre\\Event\\": "lib/"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
|
@ -4303,12 +4263,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
|
||||||
"Symfony\\Polyfill\\Ctype\\": ""
|
|
||||||
},
|
|
||||||
"files": [
|
"files": [
|
||||||
"bootstrap.php"
|
"bootstrap.php"
|
||||||
]
|
],
|
||||||
|
"psr-4": {
|
||||||
|
"Symfony\\Polyfill\\Ctype\\": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
|
|
Loading…
Reference in a new issue