Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-26 15:08:47 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-29 18:11:31 +0300
commit309cfc15147afeabac160a0d562d29de719ec897 (patch)
treeddd1b12a3de0cf4ec0e331c319036a46266d3f6b /composer.lock
parent4f80f44ccc3e94423ef8f42ceb47d5bc537f20a7 (diff)
Replace abandoned kwi urllinker with a maintained fork
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock103
1 files changed, 46 insertions, 57 deletions
diff --git a/composer.lock b/composer.lock
index acb8ca464..952e1641c 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": "13a7f364726053a06bffc79501d9eb33",
+ "content-hash": "5dde7d9dc7c0a14d5bdf73fa8a896f1c",
"packages": [
{
"name": "amphp/amp",
@@ -835,61 +835,6 @@
"time": "2019-01-08T21:43:01+00:00"
},
{
- "name": "kwi/urllinker",
- "version": "dev-bleeding",
- "source": {
- "type": "git",
- "url": "https://github.com/kwi-dk/UrlLinker.git",
- "reference": "bc54f1afe6ef25752b46ace3931f7d157e7342f0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/kwi-dk/UrlLinker/zipball/bc54f1afe6ef25752b46ace3931f7d157e7342f0",
- "reference": "bc54f1afe6ef25752b46ace3931f7d157e7342f0",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Kwi\\": "lib"
- },
- "files": [
- "UrlLinker.php"
- ]
- },
- "autoload-dev": {
- "files": [
- "tests/UrlLinkerTestCase.php",
- "tests/functions/LinkUrlsInTrustedHtmlTest.php",
- "tests/functions/HtmlEscapeAndLinkUrlsTest.php"
- ]
- },
- "license": [
- "CC0-1.0"
- ],
- "authors": [
- {
- "name": "Søren Løvborg",
- "role": "Developer"
- },
- {
- "name": "Dawid Nowak",
- "email": "code@dnowak.pl",
- "role": "Developer"
- }
- ],
- "description": "Autolink URLs in text or html",
- "homepage": "http://www.kwi.dk/projects/php/UrlLinker/",
- "support": {
- "source": "https://bitbucket.org/kwi/urllinker",
- "issues": "https://bitbucket.org/kwi/urllinker/issues"
- },
- "time": "2014-12-28T22:05:00+00:00"
- },
- {
"name": "league/flysystem",
"version": "2.0.4",
"source": {
@@ -2211,6 +2156,51 @@
}
],
"time": "2021-01-07T16:49:33+00:00"
+ },
+ {
+ "name": "youthweb/urllinker",
+ "version": "1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/youthweb/urllinker.git",
+ "reference": "b583abc45d70fee67104798bb73193de34cee5df"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/youthweb/urllinker/zipball/b583abc45d70fee67104798bb73193de34cee5df",
+ "reference": "b583abc45d70fee67104798bb73193de34cee5df",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^6 || ^7 || ^8"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Youthweb\\UrlLinker\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "GPL-3.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Søren Løvborg",
+ "role": "Developer"
+ },
+ {
+ "name": "Dawid Nowak",
+ "email": "code@dnowak.pl",
+ "role": "Developer"
+ }
+ ],
+ "description": "Autolink URLs in text or html",
+ "homepage": "https://github.com/youthweb",
+ "time": "2019-10-01T12:10:40+00:00"
}
],
"packages-dev": [
@@ -2613,7 +2603,6 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
- "kwi/urllinker": 20,
"pear-pear.horde.org/horde_date": 0,
"pear-pear.horde.org/horde_exception": 0,
"pear-pear.horde.org/horde_imap_client": 0,