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.

25 lines
543 B
JSON

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