Hi Anh,
We're using MetaBox with extensions through composer. But i can't update it. Were using the following composer.json file:
{
"name": ".../...",
"authors": [
{
"name": "ComSi",
"email": "..."
}
],
"repositories":[
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "composer",
"url": "https://packages.metabox.io/{OUR_META_BOX_KEY}"
}
],
"require": {
"wpackagist-plugin/meta-box": "dev-trunk",
"meta-box/meta-box-conditional-logic": "dev-master",
"meta-box/meta-box-group": "dev-master"
},
"extra": {
"installer-paths": {
"vendor/meta-box/meta-box/": ["wpackagist-plugin/meta-box"],
"vendor/meta-box/meta-box-group/": ["meta-box/meta-box-group"],
"vendor/meta-box/meta-box-conditional-logic/": ["meta-box/meta-box-conditional-logic"]
}
},
"autoload": {
"files": [
"vendor/meta-box/meta-box/meta-box.php",
"vendor/meta-box/meta-box-group/meta-box-group.php",
"vendor/meta-box/meta-box-conditional-logic/meta-box-conditional-logic.php"
]
}
}
Is it possible to not use the dev-trunk and dev-master, but just the newest versions? I tried to set the "dev-trunk" to "4.*" but then i'm receiving the following error.
- Updating wpackagist-plugin/meta-box (dev-trunk => 4.19.10): Checking out tags/4.19.10
Update failed (Package could not be downloaded,
'svn' is not recognized as an internal or external command,
operable program or batch file.
Thanks in advance.
ComSi Websupport (Erik-Jan)