summaryrefslogtreecommitdiffstats
path: root/www/composer.json
blob: 1ef2be04c324ea193e73aa2dd9e4f52ea48fb101 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "sijanec/travnik",
    "description": "web frontend for exploring metainfo files downloaded by travnik",
    "type": "project",
    "require": {
        "rhilip/bencode": "^2.3",
        "cweagans/composer-patches": "^1.7"
    },
    "authors": [
        {
            "name": "Anton Luka Šijanec",
            "email": "anton@sijanec.eu"
        }
    ],
    "extra": {
	"composer-exit-on-patch-failure": true,
	"patches": {
		"rhilip/bencode": {
			"don't check for piece layers validity on parse (called by getFileList/Tree) because we have no piece layers. they aren't present in the info dict.": "no-piece-layers-check.patch"
		}
	}
    }
}