{
    "name" : "zef-dev/convoworks-pckg-filesystem",
    "type" : "library",
    "description" : "Convoworks components for reading files from the filesystem",
    "homepage" : "https://github.com/zef-dev/convoworks-pckg-filesystem",
    "keywords" : [
        "convoworks"
    ],
    "license" : "MIT",
    "version": "1.2.1",
    "require" : {
        "php" : "^7.2",
        "psr/log" : "^1.1.0",
        "zef-dev/convoworks-core" : "^0.22.17"
    },
    "autoload" : {
        "psr-4" : {
            "Convo\\Pckg\\Filesystem\\" : "src/Convo/Pckg/Filesystem"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^8"
    },
    "config" : {
        "platform" : {
            "php" : "7.2.5"
        },
        "sort-packages" : true
    },
    "minimum-stability" : "stable"
}
