fernandopetry
2/28/2018 - 10:24 AM

gistfile1.txt

{
    "require" : {
        "php" : "^5.5 || ^7.0",
        "apache" : "^2",
        "ext-mbstring": "*"
    },
    "require-dev" : {
        "php" : "^5.5 || ^7.0",
        "ext-mbstring": "*"
    },
    "autoload": {
        "psr-4": { "MyLibrary\\": "src/" }
    },
    "autoload-dev": {
        "psr-4": { "MyLibrary\\Tests\\": "tests/" }
    }
}