{
    "name": "imanghafoori/php-abstract-filesystem",
    "description": "A thin layer on the top of the PHP native file system.",
    "keywords": [
        "php-filesystem"
    ],
    "homepage": "https://github.com/imanghafoori1/abstract_php_filesystem",
    "license": "MIT",
    "type": "library",
    "authors": [
        {
            "name": "Iman",
            "email": "imanghafoori1@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^7.1.3|8.*"
    },
    "require-dev": {
        "symfony/var-dumper" : "5.*",
        "phpunit/phpunit": "^9.0"
    },
    "autoload": {
        "psr-4": {
            "Imanghafoori\\Filesystem\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Imanghafoori\\Filesystem\\Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit",
        "test-coverage": "vendor/bin/phpunit --coverage-html coverage"

    },
    "config": {
        "sort-packages": true
    }
}
