- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento 2 external package/library loading problem
I have a problem with publishing my extension for Magento2 to marketplace. When I'm trying to publish my extension in marketplace I got this error:
External package (api-util-sso) is public; The version and name of it is right. My composer.json looks like:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2 external package/library loading problem
Hello @SALESmanago MA
Please follow this article in this you will get an idea how you create a package using composer and upload package to Marketplace.
https://devdocs.magento.com/guides/v2.0/extension-dev-guide/package/package.html
Please let me know if you have any other queries.
Click Kudos and Accept as solution, if issue fixed. Cheers coding
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2 external package/library loading problem
I don't want to create new private repo of type "composer" for api-util-sso, can I use repo with type "vcs" instead?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2 external package/library loading problem
@SALESmanago MA, yes if you dont want then you can keep in VCS.
Kudos and accept it as solutions if works. cheers coding
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2 external package/library loading problem
external library with type 'vcs' is normally go through magento marketplace validatition?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2 external package/library loading problem
It should validate.
https://www.manishmittal.com/