Support General Best way to Bundle MetaBox.io? Reply To: Best way to Bundle MetaBox.io?

#9940
MauroMauro
Participant

Thanks for the pointer! I tried it and my composer.json file is attached.
I get the following errors:
Problem 1
- The requested package meta-box/mb-relationships could not be found in any version, there may be a typo in the package name.
Problem 2
- The requested package meta-box/mb-rest-api could not be found in any version, there may be a typo in the package name.

-- composer.json --
{
"repositories": [{
"type": "composer",
"url": "https://packages.metabox.io/[my api key]"
}],
"require": {
"meta-box/meta-box-group": "dev-master",
"meta-box/meta-box-columns": "dev-master",
"meta-box/mb-custom-table": "dev-master",
"meta-box/mb-relationships": "dev-master",
"meta-box/mb-rest-api": "dev-master",
"meta-box/mb-revision": "dev-master",
"meta-box/mb-term-meta": "dev-master",
"meta-box/meta-box-geolocation": "dev-master",
"meta-box/meta-box-tabs": "dev-master"
}
}