Composer: bump netscape-bookmark-parser to 2.1

Relates to https://github.com/shaarli/Shaarli/issues/1227

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
VirtualTam 2018-10-06 17:29:44 +02:00
parent e95247d41d
commit b41c5ab04c
2 changed files with 60 additions and 59 deletions

View File

@ -16,7 +16,7 @@
}, },
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"shaarli/netscape-bookmark-parser": "^2.0", "shaarli/netscape-bookmark-parser": "^2.1",
"erusev/parsedown": "^1.6", "erusev/parsedown": "^1.6",
"slim/slim": "^3.0", "slim/slim": "^3.0",
"arthurhoaro/web-thumbnailer": "^1.1", "arthurhoaro/web-thumbnailer": "^1.1",

117
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": "da7a0c081b61d949154c5d2e5370cbab", "content-hash": "0dc33ee0b7d9f47868d4fa961f0d13b4",
"packages": [ "packages": [
{ {
"name": "arthurhoaro/web-thumbnailer", "name": "arthurhoaro/web-thumbnailer",
@ -133,16 +133,16 @@
}, },
{ {
"name": "gettext/gettext", "name": "gettext/gettext",
"version": "v4.6.0", "version": "v4.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/oscarotero/Gettext.git", "url": "https://github.com/oscarotero/Gettext.git",
"reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357" "reference": "854ff5f5aaf92d2af7080ba8fc15718b27b5c89a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/oscarotero/Gettext/zipball/cae84aff39a87e07bd6e5cddb5adb720a0ffa357", "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/854ff5f5aaf92d2af7080ba8fc15718b27b5c89a",
"reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357", "reference": "854ff5f5aaf92d2af7080ba8fc15718b27b5c89a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -191,7 +191,7 @@
"po", "po",
"translation" "translation"
], ],
"time": "2018-06-26T16:51:09+00:00" "time": "2018-08-27T15:40:19+00:00"
}, },
{ {
"name": "gettext/languages", "name": "gettext/languages",
@ -593,15 +593,16 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pubsubhubbub/php-publisher.git", "url": "https://github.com/pubsubhubbub/php-publisher.git",
"reference": "5008fc529b057251b48f4d17a10fdb20047ea8f5" "reference": "e8a7cf52a2c86b0c364da56f7192ec020c83b8f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/5008fc529b057251b48f4d17a10fdb20047ea8f5", "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/e8a7cf52a2c86b0c364da56f7192ec020c83b8f7",
"reference": "5008fc529b057251b48f4d17a10fdb20047ea8f5", "reference": "e8a7cf52a2c86b0c364da56f7192ec020c83b8f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-curl": "*",
"php": "~5.4 || ~7.0" "php": "~5.4 || ~7.0"
}, },
"type": "library", "type": "library",
@ -628,28 +629,28 @@
"publishers", "publishers",
"pubsubhubbub" "pubsubhubbub"
], ],
"time": "2018-05-22T11:56:26+00:00" "time": "2018-10-05T12:31:04+00:00"
}, },
{ {
"name": "shaarli/netscape-bookmark-parser", "name": "shaarli/netscape-bookmark-parser",
"version": "v2.0.5", "version": "v2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/shaarli/netscape-bookmark-parser.git", "url": "https://github.com/shaarli/netscape-bookmark-parser.git",
"reference": "ea6911a0ea3dd372fa7002593c5aef9c15a49315" "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/ea6911a0ea3dd372fa7002593c5aef9c15a49315", "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/819008ee42c4dd7e45d988176a4a22d6ed689577",
"reference": "ea6911a0ea3dd372fa7002593c5aef9c15a49315", "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"katzgrau/klogger": "~1.0", "katzgrau/klogger": "~1.0",
"php": ">=5.3.4" "php": ">=5.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.8.*" "phpunit/phpunit": "^5.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -681,22 +682,22 @@
"bookmark", "bookmark",
"link", "link",
"netscape", "netscape",
"parse" "parser"
], ],
"time": "2018-01-30T17:34:48+00:00" "time": "2018-10-06T14:43:38+00:00"
}, },
{ {
"name": "slim/slim", "name": "slim/slim",
"version": "3.10.0", "version": "3.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slimphp/Slim.git", "url": "https://github.com/slimphp/Slim.git",
"reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748" "reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/d8aabeacc3688b25e2f2dd2db91df91ec6fdd748", "url": "https://api.github.com/repos/slimphp/Slim/zipball/d378e70431e78ee92ee32ddde61ecc72edf5dc0a",
"reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748", "reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -754,7 +755,7 @@
"micro", "micro",
"router" "router"
], ],
"time": "2018-04-19T19:29:08+00:00" "time": "2018-09-16T10:54:21+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -2255,16 +2256,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v3.4.14", "version": "v3.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "7b08223b7f6abd859651c56bcabf900d1627d085" "reference": "e5389132dc6320682de3643091121c048ff796b3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/7b08223b7f6abd859651c56bcabf900d1627d085", "url": "https://api.github.com/repos/symfony/config/zipball/e5389132dc6320682de3643091121c048ff796b3",
"reference": "7b08223b7f6abd859651c56bcabf900d1627d085", "reference": "e5389132dc6320682de3643091121c048ff796b3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2315,20 +2316,20 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:19:56+00:00" "time": "2018-09-08T13:15:14+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.4.14", "version": "v3.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73" "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/6b217594552b9323bcdcfc14f8a0ce126e84cd73", "url": "https://api.github.com/repos/symfony/console/zipball/3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b",
"reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73", "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2384,20 +2385,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:19:56+00:00" "time": "2018-10-02T16:33:53+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v3.4.14", "version": "v3.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc" "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/d5a058ff6ecad26b30c1ba452241306ea34c65cc", "url": "https://api.github.com/repos/symfony/debug/zipball/0a612e9dfbd2ccce03eb174365f31ecdca930ff6",
"reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc", "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2440,20 +2441,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:19:56+00:00" "time": "2018-10-02T16:33:53+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v3.4.14", "version": "v3.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "1c0e679e522591fd744fdf242fec41a43d62b2b1" "reference": "aea20fef4e92396928b5db175788b90234c0270d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1c0e679e522591fd744fdf242fec41a43d62b2b1", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/aea20fef4e92396928b5db175788b90234c0270d",
"reference": "1c0e679e522591fd744fdf242fec41a43d62b2b1", "reference": "aea20fef4e92396928b5db175788b90234c0270d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2511,20 +2512,20 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-29T15:19:31+00:00" "time": "2018-10-02T12:28:39+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v3.4.14", "version": "v3.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "a59f917e3c5d82332514cb4538387638f5bde2d6" "reference": "d69930fc337d767607267d57c20a7403d0a822a4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/a59f917e3c5d82332514cb4538387638f5bde2d6", "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4",
"reference": "a59f917e3c5d82332514cb4538387638f5bde2d6", "reference": "d69930fc337d767607267d57c20a7403d0a822a4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2561,20 +2562,20 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:19:56+00:00" "time": "2018-10-02T12:28:39+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v3.4.14", "version": "v3.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a" "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/8a84fcb207451df0013b2c74cbbf1b62d47b999a", "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
"reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a", "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2610,7 +2611,7 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:19:56+00:00" "time": "2018-10-03T08:46:40+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -2731,16 +2732,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.4.14", "version": "v3.4.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "810af2d35fc72b6cf5c01116806d2b65ccaaf2e2" "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/810af2d35fc72b6cf5c01116806d2b65ccaaf2e2", "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f",
"reference": "810af2d35fc72b6cf5c01116806d2b65ccaaf2e2", "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2786,7 +2787,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:19:56+00:00" "time": "2018-10-02T16:33:53+00:00"
}, },
{ {
"name": "theseer/fdomdocument", "name": "theseer/fdomdocument",