????

Your IP : 3.144.101.154


Current Path : /home/multihiv/public_html/wp/wp-content/plugins/speedycache/lib/PathConverter/
Upload File :
Current File : //home/multihiv/public_html/wp/wp-content/plugins/speedycache/lib/PathConverter/composer.json

{
    "name": "matthiasmullie/path-converter",
    "type": "library",
    "description": "Relative path converter",
    "keywords": ["relative", "path", "converter", "paths"],
    "homepage": "https://github.com/matthiasmullie/path-converter",
    "license": "MIT",
    "authors": [
        {
            "name": "Matthias Mullie",
            "homepage": "https://www.mullie.eu",
            "email": "pathconverter@mullie.eu",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "ext-pcre": "*"
    },
    "require-dev": {
        "phpunit/phpunit": ">=4.8",
        "friendsofphp/php-cs-fixer": ">=2.0",
        "squizlabs/php_codesniffer": ">=3.0"
    },
    "autoload": {
        "psr-4": {
            "MatthiasMullie\\PathConverter\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "MatthiasMullie\\PathConverter\\Tests\\": "tests/"
        }
    }
}