summaryrefslogblamecommitdiffstats
path: root/www/composer.json
blob: 1ef2be04c324ea193e73aa2dd9e4f52ea48fb101 (plain) (tree)
1
2
3
4
5
6
7




                                                                                     

                                           





                                          








                                                                                                                                                                                                           
 
{
    "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"
		}
	}
    }
}