209 lines
7.0 KiB
JSON
209 lines
7.0 KiB
JSON
|
|
{
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"name": "fivefilters/readability.php",
|
||
|
|
"version": "dev-main",
|
||
|
|
"version_normalized": "dev-main",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/tt-rss/tt-rss-readability-php.git",
|
||
|
|
"reference": "3bc7e81ae758642292ce20df08c56cd42cefd9d8"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/tt-rss/tt-rss-readability-php/zipball/3bc7e81ae758642292ce20df08c56cd42cefd9d8",
|
||
|
|
"reference": "3bc7e81ae758642292ce20df08c56cd42cefd9d8",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-dom": "*",
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"ext-xml": "*",
|
||
|
|
"masterminds/html5": "dev-main",
|
||
|
|
"php": ">=7.3.0",
|
||
|
|
"psr/log": "^1.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"monolog/monolog": "^2.3",
|
||
|
|
"phpunit/phpunit": "^9"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"monolog/monolog": "Allow logging debug information"
|
||
|
|
},
|
||
|
|
"time": "2026-08-04T01:49:31+00:00",
|
||
|
|
"default-branch": true,
|
||
|
|
"type": "library",
|
||
|
|
"installation-source": "source",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"fivefilters\\Readability\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload-dev": {
|
||
|
|
"psr-4": {
|
||
|
|
"fivefilters\\Readability\\Test\\": "test"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Andres Rey",
|
||
|
|
"email": "andreskrey@gmail.com",
|
||
|
|
"role": "Original Developer"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Keyvan Minoukadeh",
|
||
|
|
"email": "keyvan@fivefilters.org",
|
||
|
|
"homepage": "https://www.fivefilters.org",
|
||
|
|
"role": "Developer/Maintainer"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A PHP port of Readability.js",
|
||
|
|
"homepage": "https://github.com/fivefilters/readability.php",
|
||
|
|
"keywords": [
|
||
|
|
"html",
|
||
|
|
"readability"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/tt-rss/tt-rss-readability-php/tree/main",
|
||
|
|
"issues": "https://github.com/tt-rss/tt-rss-readability-php/issues"
|
||
|
|
},
|
||
|
|
"install-path": "../fivefilters/readability.php"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "masterminds/html5",
|
||
|
|
"version": "dev-main",
|
||
|
|
"version_normalized": "dev-main",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/tt-rss/tt-rss-html5-php.git",
|
||
|
|
"reference": "d2c79ada2a87bb7eaafe1a39e4e3bb37853099aa"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/tt-rss/tt-rss-html5-php/zipball/d2c79ada2a87bb7eaafe1a39e4e3bb37853099aa",
|
||
|
|
"reference": "d2c79ada2a87bb7eaafe1a39e4e3bb37853099aa",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-ctype": "*",
|
||
|
|
"ext-dom": "*",
|
||
|
|
"ext-libxml": "*",
|
||
|
|
"php": ">=5.3.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
|
||
|
|
},
|
||
|
|
"time": "2022-12-11T19:41:09+00:00",
|
||
|
|
"default-branch": true,
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "2.7-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "source",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Masterminds\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload-dev": {
|
||
|
|
"psr-4": {
|
||
|
|
"Masterminds\\HTML5\\Tests\\": "test/HTML5"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Matt Butcher",
|
||
|
|
"email": "technosophos@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Matt Farina",
|
||
|
|
"email": "matt@mattfarina.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Asmir Mustafic",
|
||
|
|
"email": "goetas@gmail.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "An HTML5 parser and serializer.",
|
||
|
|
"homepage": "http://masterminds.github.io/html5-php",
|
||
|
|
"keywords": [
|
||
|
|
"dom",
|
||
|
|
"html",
|
||
|
|
"html5",
|
||
|
|
"parser",
|
||
|
|
"querypath",
|
||
|
|
"serializer",
|
||
|
|
"xml"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/tt-rss/tt-rss-html5-php/tree/main",
|
||
|
|
"issues": "https://github.com/tt-rss/tt-rss-html5-php/issues"
|
||
|
|
},
|
||
|
|
"install-path": "../masterminds/html5"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "psr/log",
|
||
|
|
"version": "1.1.4",
|
||
|
|
"version_normalized": "1.1.4.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/php-fig/log.git",
|
||
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
||
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.0"
|
||
|
|
},
|
||
|
|
"time": "2021-05-03T11:20:27+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.1.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Psr\\Log\\": "Psr/Log/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "PHP-FIG",
|
||
|
|
"homepage": "https://www.php-fig.org/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Common interface for logging libraries",
|
||
|
|
"homepage": "https://github.com/php-fig/log",
|
||
|
|
"keywords": [
|
||
|
|
"log",
|
||
|
|
"psr",
|
||
|
|
"psr-3"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
||
|
|
},
|
||
|
|
"install-path": "../psr/log"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"dev-package-names": []
|
||
|
|
}
|