Composer: update link-preview and http-client

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2021-01-23 15:28:02 +01:00
parent ab06e8c284
commit e9bb0ee595
2 changed files with 51 additions and 48 deletions

View File

@ -6,17 +6,17 @@
"ext-libxml": "*",
"ext-pdo": "*",
"guzzlehttp/psr7": "^1",
"marcelklehr/link-preview": "^3",
"marcelklehr/link-preview": "^3.0.5",
"pguardiario/phpuri": "1.0.*",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"rowbot/url": "^3.0",
"ralouphie/mimey": "^2.1",
"symfony/console": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/process": "^4.4",
"symfony/routing": "^4.4"
"symfony/routing": "^4.4",
"xantios/mimey": "^2.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5",

93
composer.lock generated
View File

@ -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": "8e78fd27bb264d55a3dcb78757032a42",
"content-hash": "fee71bf4d3c237c8b4135b69ad49c8d7",
"packages": [
{
"name": "brick/math",
@ -741,50 +741,6 @@
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "ralouphie/mimey",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/mimey.git",
"reference": "8f74e6da73f9df7bd965e4e123f3d8fb9acb89ba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/mimey/zipball/8f74e6da73f9df7bd965e4e123f3d8fb9acb89ba",
"reference": "8f74e6da73f9df7bd965e4e123f3d8fb9acb89ba",
"shasum": ""
},
"require": {
"php": "^5.4|^7.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^1.1",
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mimey\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "PHP package for converting file extensions to MIME types and vice versa.",
"support": {
"issues": "https://github.com/ralouphie/mimey/issues",
"source": "https://github.com/ralouphie/mimey/tree/develop"
},
"time": "2019-03-08T08:49:03+00:00"
},
{
"name": "rowbot/idna",
"version": "0.1.3",
@ -1984,6 +1940,53 @@
}
],
"time": "2020-09-07T11:33:47+00:00"
},
{
"name": "xantios/mimey",
"version": "v2.1.1",
"source": {
"type": "git",
"url": "https://github.com/Xantios/mimey.git",
"reference": "ef84ef9a666aa2af4888859fd29477f4fb3f3257"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Xantios/mimey/zipball/ef84ef9a666aa2af4888859fd29477f4fb3f3257",
"reference": "ef84ef9a666aa2af4888859fd29477f4fb3f3257",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^9.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Mimey\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Xantios Krugor",
"email": "git@xantios.nl"
},
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "PHP package for converting file extensions to MIME types and vice versa.",
"support": {
"source": "https://github.com/Xantios/mimey/tree/v2.1.1"
},
"time": "2021-01-22T14:16:05+00:00"
}
],
"packages-dev": [