I am using the json file from here: https://raw.githubusercontent.com/.../composer/composer.json
The following extensions and free packages are producing an error (Only 9 + metabox are installing):
Install of meta-box/mb-admin-columns failed
Install of meta-box/mb-blocks failed
Install of meta-box/mb-custom-table failed
Install of meta-box/mb-frontend-submission failed
Install of meta-box/mb-revision failed
Install of meta-box/mb-settings-page failed
Install of meta-box/mb-term-meta failed
Install of meta-box/mb-user-meta failed
Install of meta-box/mb-user-profile failed
Install of meta-box/meta-box-aio failed
Install of meta-box/meta-box-builder failed
Install of meta-box/meta-box-columns failed
Install of meta-box/meta-box-conditional-logic failed
Install of meta-box/meta-box-geolocation failed
Install of meta-box/meta-box-group failed
Install of meta-box/meta-box-include-exclude failed
Install of meta-box/meta-box-show-hide failed
Install of meta-box/meta-box-tabs failed
Install of meta-box/meta-box-template failed
Install of meta-box/meta-box-tooltip failed
Same error except for the zip file name:
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of /Users/Jack/composer/vendor/composer/tmp-ceabfdc1e7c02dd453f7cacf576aedb9 or
/Users/Jack/composer/vendor/composer/tmp-ceabfdc1e7c02dd453f7cacf576aedb9.zip, and cannot find /Users/Jack/composer/vendor/composer/tmp-ceabfdc1e7c02dd453f7cacf576aedb9.ZIP, period.
This works fine and metabox loads.
{
"require": {
"wpmetabox/meta-box": "^5"
},
"autoload": {
"files": [
"vendor/wpmetabox/meta-box/meta-box.php"
]
}
}