summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-26 17:39:57 +0300
committerAndrew Dolgov <[email protected]>2021-02-26 17:39:57 +0300
commitbc4475b6698f5a74e475674aa7af43253c459892 (patch)
treee8f86b27be905caffde523e2d1279488512c45c8 /plugins
parentcf1ede0ba8c687d9bfadf1c372546657968f1dd8 (diff)
add missing composer files
Diffstat (limited to 'plugins')
-rw-r--r--plugins/af_readability/composer.json5
-rw-r--r--plugins/af_readability/composer.lock126
2 files changed, 131 insertions, 0 deletions
diff --git a/plugins/af_readability/composer.json b/plugins/af_readability/composer.json
new file mode 100644
index 000000000..71acf9b0f
--- /dev/null
+++ b/plugins/af_readability/composer.json
@@ -0,0 +1,5 @@
+{
+ "require": {
+ "andreskrey/readability.php": "^2.1"
+ }
+}
diff --git a/plugins/af_readability/composer.lock b/plugins/af_readability/composer.lock
new file mode 100644
index 000000000..f8e1237c5
--- /dev/null
+++ b/plugins/af_readability/composer.lock
@@ -0,0 +1,126 @@
+{
+ "_readme": [
+ "This file locks the dependencies of your project to a known state",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+ "This file is @generated automatically"
+ ],
+ "content-hash": "2a37019b27f1590966011df3bf6e135b",
+ "packages": [
+ {
+ "name": "andreskrey/readability.php",
+ "version": "v2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/andreskrey/readability.php.git",
+ "reference": "7617a912b6c527909168f5d41d263792f171c42a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/andreskrey/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"
+ },
+ "type": "library",
+ "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": {
+ "issues": "https://github.com/andreskrey/readability.php/issues",
+ "source": "https://github.com/andreskrey/readability.php/tree/v2.1.0"
+ },
+ "time": "2019-07-22T21:42:25+00:00"
+ },
+ {
+ "name": "psr/log",
+ "version": "1.1.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/log.git",
+ "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
+ "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Log\\": "Psr/Log/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://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.3"
+ },
+ "time": "2020-03-23T09:12:05+00:00"
+ }
+ ],
+ "packages-dev": [],
+ "aliases": [],
+ "minimum-stability": "stable",
+ "stability-flags": [],
+ "prefer-stable": false,
+ "prefer-lowest": false,
+ "platform": [],
+ "platform-dev": [],
+ "plugin-api-version": "2.0.0"
+}