You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with installing your module via composer with stable version (1.0.0) because the module version within composer.json is different: 0.1.0, hence composer skips it:
Skipped tag 1.0.0, tag (1.0.0.0) does not match version (0.0.1.0) in composer.json
Steps to reproduce:
> composer show returnless-com/magento2_v2 --all -vvv
Skipped tag 1.0.0, tag (1.0.0.0) does not match version (0.0.1.0) in composer.json
Reading composer.json of returnless-com/magento2_v2 (main)
Importing branch main (dev-main)
name : returnless-com/magento2_v2
descrip. : Returnless Connector V2
keywords :
versions : dev-main
type : magento2-module
license : Open Software License 3.0 (OSL-3.0) (OSI approved) https://spdx.org/licenses/OSL-3.0.html#licenseText
license : Academic Free License v3.0 (AFL-3.0) (OSI approved) https://spdx.org/licenses/AFL-3.0.html#licenseText
homepage :
source : [git] https://github.com/Returnless-com/returnless-connector-magento2.git f20b1d9ce99f3b278ad0d5e4c30c780cd379e580
dist : [zip] https://api.github.com/repos/Returnless-com/returnless-connector-magento2/zipball/f20b1d9ce99f3b278ad0d5e4c30c780cd379e580 f20b1d9ce99f3b278ad0d5e4c30c780cd379e580
names : returnless-com/magento2_v2
support
source : https://github.com/Returnless-com/returnless-connector-magento2/tree/1.0.0
issues : https://github.com/Returnless-com/returnless-connector-magento2/issues
autoload
files
psr-4
Returnless\ConnectorV2\ => .
requires
php ~7.0.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0|8.0.*|8.1.*|8.2.*
The text was updated successfully, but these errors were encountered:
arendarenko
changed the title
Unable to install module via composer
Unable to install stable version via composer
Nov 1, 2023
Hi guys!
There is a problem with installing your module via composer with stable version (1.0.0) because the module version within
composer.json
is different:0.1.0
, hence composer skips it:Steps to reproduce:
The text was updated successfully, but these errors were encountered: