File "composer.json"

Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/plugins/tenweb-speed-optimizer/vendor/imangazaliev/didom/composer.json
File size: 804 bytes
MIME-type: application/json
Charset: utf-8

{
    "name": "imangazaliev/didom",
    "description": "Simple and fast HTML parser",
    "type": "library",
    "keywords": ["didom", "parser", "html", "xml"],
    "license": "MIT",
    "homepage": "https://github.com/Imangazaliev/DiDOM",
    "authors": [
        {
            "name": "Imangazaliev Muhammad",
            "email": "imangazalievm@gmail.com"
        }
    ],
    "require": {
        "php": ">=7.2",
        "ext-dom": "*",
        "ext-iconv": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.5"
    },
    "autoload": {
        "psr-4": {
            "DiDom\\": "src/DiDom/"
        }
    },
    "autoload-dev": {
        "psr-4": { 
            "DiDom\\Tests\\": "tests/"
        }
    },
    "config": {
        "platform": {
            "php": "7.2"
        }
    }
}