summaryrefslogtreecommitdiffstats
path: root/box.json
blob: 62da8f1e98854dfd391a4d373a9f6d0b93f52fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "chmod": "0755",
    "directories": ["src", "bin"],
    "files": [
        "LICENSE.md",
        "README.md"
    ],
    "finder": [
        {
            "name": "*.php",
            "exclude": [
                "phing",
                "test",
                "tests",
                "Test",
                "Tests",
                "Tester"
            ],
            "in": "vendor"
        }
    ],
    "main": "bin/git-deploy",
    "output": "git-deploy.phar",
    "stub": true
}