composer update jbroadway/urlify

This commit is contained in:
Mario
2022-10-12 09:01:22 +00:00
parent 497c953d0e
commit e1f9b1c47d
17 changed files with 296 additions and 430 deletions

26
composer.lock generated
View File

@@ -348,21 +348,21 @@
},
{
"name": "jbroadway/urlify",
"version": "1.2.3-stable",
"version": "1.2.4-stable",
"source": {
"type": "git",
"url": "https://github.com/jbroadway/urlify.git",
"reference": "b7c142a247bd5fac2bb62ca2491bd151c4d1dee4"
"reference": "d0fafbaa1dc14e8039cdf5c72a932a8d1de1750e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jbroadway/urlify/zipball/b7c142a247bd5fac2bb62ca2491bd151c4d1dee4",
"reference": "b7c142a247bd5fac2bb62ca2491bd151c4d1dee4",
"url": "https://api.github.com/repos/jbroadway/urlify/zipball/d0fafbaa1dc14e8039cdf5c72a932a8d1de1750e",
"reference": "d0fafbaa1dc14e8039cdf5c72a932a8d1de1750e",
"shasum": ""
},
"require": {
"php": ">=7.2",
"voku/portable-ascii": "^1.4",
"voku/portable-ascii": "^2.0",
"voku/stop-words": "^2.0"
},
"require-dev": {
@@ -413,9 +413,9 @@
],
"support": {
"issues": "https://github.com/jbroadway/urlify/issues",
"source": "https://github.com/jbroadway/urlify/tree/1.2.3-stable"
"source": "https://github.com/jbroadway/urlify/tree/1.2.4-stable"
},
"time": "2021-12-29T21:23:40+00:00"
"time": "2022-06-15T16:46:46+00:00"
},
{
"name": "league/html-to-markdown",
@@ -1706,16 +1706,16 @@
},
{
"name": "voku/portable-ascii",
"version": "1.6.1",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
"reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",
"reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
"shasum": ""
},
"require": {
@@ -1752,7 +1752,7 @@
],
"support": {
"issues": "https://github.com/voku/portable-ascii/issues",
"source": "https://github.com/voku/portable-ascii/tree/1.6.1"
"source": "https://github.com/voku/portable-ascii/tree/2.0.1"
},
"funding": [
{
@@ -1776,7 +1776,7 @@
"type": "tidelift"
}
],
"time": "2022-01-24T18:55:24+00:00"
"time": "2022-03-08T17:03:00+00:00"
},
{
"name": "voku/stop-words",