You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
429 B
JSON

{
"name": "root/pkg",
"version": "1.2.3",
"require": {
"plugin/b": "*",
"evil/pkg": "*"
},
"repositories": [
{"type": "path", "url": "plugin-*", "options": {"symlink": false}},
{"type": "path", "url": "deps-*", "options": {"symlink": false}},
{"type": "path", "url": "evil-*", "options": {"symlink": false}}
],
"config": {
"allow-plugins": true
}
}