summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/composer/installed.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/af_readability/vendor/composer/installed.json')
-rw-r--r--plugins/af_readability/vendor/composer/installed.json118
1 files changed, 0 insertions, 118 deletions
diff --git a/plugins/af_readability/vendor/composer/installed.json b/plugins/af_readability/vendor/composer/installed.json
deleted file mode 100644
index 916a0b1d9..000000000
--- a/plugins/af_readability/vendor/composer/installed.json
+++ /dev/null
@@ -1,118 +0,0 @@
-{
- "packages": [
- {
- "name": "fivefilters/readability.php",
- "version": "v2.1.0",
- "version_normalized": "2.1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/fivefilters/readability.php.git",
- "reference": "7617a912b6c527909168f5d41d263792f171c42a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fivefilters/readability.php/zipball/7617a912b6c527909168f5d41d263792f171c42a",
- "reference": "7617a912b6c527909168f5d41d263792f171c42a",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "ext-mbstring": "*",
- "ext-xml": "*",
- "php": ">=7.0.0",
- "psr/log": "^1.0"
- },
- "require-dev": {
- "monolog/monolog": "^1.24",
- "phpunit/phpunit": "^6.5"
- },
- "suggest": {
- "monolog/monolog": "Allow logging debug information"
- },
- "time": "2019-07-22T21:42:25+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "andreskrey\\Readability\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Andres Rey",
- "email": "[email protected]",
- "role": "Lead Developer"
- }
- ],
- "description": "A PHP port of Readability.js",
- "homepage": "https://github.com/andreskrey/readability",
- "keywords": [
- "html",
- "readability"
- ],
- "support": {
- "source": "https://github.com/fivefilters/readability.php/tree/v2.1.0"
- },
- "install-path": "../fivefilters/readability.php"
- },
- {
- "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": []
-}