summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/masterminds/html5/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/af_readability/vendor/masterminds/html5/composer.json')
-rw-r--r--plugins/af_readability/vendor/masterminds/html5/composer.json42
1 files changed, 0 insertions, 42 deletions
diff --git a/plugins/af_readability/vendor/masterminds/html5/composer.json b/plugins/af_readability/vendor/masterminds/html5/composer.json
deleted file mode 100644
index fb7674e05..000000000
--- a/plugins/af_readability/vendor/masterminds/html5/composer.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "masterminds/html5",
- "description": "An HTML5 parser and serializer.",
- "type": "library",
- "homepage": "http://masterminds.github.io/html5-php",
- "license": "MIT",
- "keywords": ["xml", "html", "html5", "dom", "parser", "serializer", "querypath"],
- "authors": [
- {
- "name": "Matt Butcher",
- "email": "[email protected]"
- },
- {
- "name": "Matt Farina",
- "email": "[email protected]"
- },
- {
- "name": "Asmir Mustafic",
- "email": "[email protected]"
- }
- ],
- "require" : {
- "ext-ctype": "*",
- "ext-dom": "*",
- "ext-libxml" : "*",
- "php" : ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit" : "^4.8.35 || ^5.7.21 || ^6 || ^7"
- },
- "autoload": {
- "psr-4": {"Masterminds\\": "src"}
- },
- "autoload-dev": {
- "psr-4": {"Masterminds\\HTML5\\Tests\\": "test/HTML5"}
- },
- "extra": {
- "branch-alias": {
- "dev-master": "2.7-dev"
- }
- }
-}