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.

22 lines
548 B
JSON

{
"name": "root/pkg",
"version": "1.2.3",
"require": {
"plugin/a": "*",
"plugin/b": "*",
"symfony/process": "*",
"symfony/filesystem": "*"
},
"repositories": [
{"type": "path", "url": "plugin-*", "options": {"symlink": false}},
{"type": "path", "url": "symfony-*", "options": {"symlink": false}}
],
"scripts": {
"pre-update-cmd": "Hooks::preUpdate",
"post-update-cmd": "Hooks::postUpdate"
},
"autoload": {
"classmap": ["Hooks.php"]
}
}