[Composer] Add byjg/webrequest direct dependency

This commit is contained in:
Hypolite Petovan 2018-11-18 10:32:42 -05:00
parent a828e712a3
commit 26b4299b68
2 changed files with 19 additions and 16 deletions

View File

@ -18,8 +18,11 @@
"ext-json": "*", "ext-json": "*",
"asika/simple-console": "^1.0", "asika/simple-console": "^1.0",
"atlas/pdo": "^1.1", "atlas/pdo": "^1.1",
"boronczyk/localization-middleware": "^1.4",
"byjg/migration": "^2.1", "byjg/migration": "^2.1",
"fxp/composer-asset-plugin": "^1.4", "byjg/webrequest": "^1.0",
"gettext/gettext": "^4.6",
"gofabian/negotiation-middleware": "^0.1.3",
"masterminds/html5": "^2.3", "masterminds/html5": "^2.3",
"monolog/monolog": "^1.17", "monolog/monolog": "^1.17",
"mrpetovan/net_ping": "^1.0", "mrpetovan/net_ping": "^1.0",
@ -28,11 +31,9 @@
"slim/slim": "^3.1", "slim/slim": "^3.1",
"slim/php-view": "^2.0", "slim/php-view": "^2.0",
"zendframework/zend-escaper": "^2.6", "zendframework/zend-escaper": "^2.6",
"fxp/composer-asset-plugin": "^1.4",
"bower-asset/bootstrap.native": "^2.0", "bower-asset/bootstrap.native": "^2.0",
"bower-asset/fontawesome": "^5.5", "bower-asset/fontawesome": "^5.5"
"gofabian/negotiation-middleware": "^0.1.3",
"gettext/gettext": "^4.6",
"boronczyk/localization-middleware": "^1.4"
}, },
"require-dev": { "require-dev": {
"bower-asset/bootstrap": "^4.1", "bower-asset/bootstrap": "^4.1",

24
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": "e3ef085734bde78d7ca14e43582929b0", "content-hash": "09c66f7a0d6f0eea77cfe40057f26e50",
"packages": [ "packages": [
{ {
"name": "asika/simple-console", "name": "asika/simple-console",
@ -88,16 +88,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.71.3", "version": "3.72.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "fa7f498cb41c7eb47e952355b8be2061816a9a60" "reference": "5e36d7d70917133a244f62ff81d38871669951b5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/fa7f498cb41c7eb47e952355b8be2061816a9a60", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5e36d7d70917133a244f62ff81d38871669951b5",
"reference": "fa7f498cb41c7eb47e952355b8be2061816a9a60", "reference": "5e36d7d70917133a244f62ff81d38871669951b5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -167,7 +167,7 @@
"s3", "s3",
"sdk" "sdk"
], ],
"time": "2018-11-09T21:57:53+00:00" "time": "2018-11-16T21:17:38+00:00"
}, },
{ {
"name": "boronczyk/localization-middleware", "name": "boronczyk/localization-middleware",
@ -1022,19 +1022,21 @@
}, },
{ {
"name": "masterminds/html5", "name": "masterminds/html5",
"version": "2.3.1", "version": "2.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Masterminds/html5-php.git", "url": "https://github.com/Masterminds/html5-php.git",
"reference": "33f8d475d28741398be26cdff7a10a63003324a3" "reference": "cadcfaaa13153e0e8eb92c49a53e140cf1a85dea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/33f8d475d28741398be26cdff7a10a63003324a3", "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/cadcfaaa13153e0e8eb92c49a53e140cf1a85dea",
"reference": "33f8d475d28741398be26cdff7a10a63003324a3", "reference": "cadcfaaa13153e0e8eb92c49a53e140cf1a85dea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-libxml": "*", "ext-libxml": "*",
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
@ -1083,7 +1085,7 @@
"serializer", "serializer",
"xml" "xml"
], ],
"time": "2018-10-22T16:58:34+00:00" "time": "2018-11-17T20:24:36+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",