{
    "name": "dragonrun1/file_path_normalizer",
    "description": "File_path_normalizer is a class used to normalize PHP file paths without several of the shortcomings of the built-in functions.",
    "authors": [
        {
            "name": "Michael Cummings",
            "email": " [email protected]",
            "role": "Developer"
        }
    ],
    "autoload": {
        "psr-4": {
            "FilePathNormalizer\\": [
                "src/"
            ]
        }
    },
    "autoload-dev": {
        "psr-0": {
            "Spec\\": "specs/"
        }
    },
    "config": {
        "optimize-autoloader": true
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.*-dev"
        }
    },
    "license": "GPL-2.0",
    "minimum-stability": "stable",
    "require": {
        "php": ">=7.1 <7.4",
        "ext-ctype": "*"
    },
    "require-dev": {
        "roave/security-advisories": "dev-master",
        "phpspec/nyan-formatters": ">=2.0.0 <3.0.0",
        "phpspec/phpspec": ">=4.0 <5.0.0",
        "phpunit/php-code-coverage": ">=5.0 <6.0.0",
        "leanphp/phpspec-code-coverage": ">=4.2 <5.0.0"
    },
    "replace": {
        "dragonrun1/file_path_normalizer": "2.1.*"
    }
}
 
  |