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
The latest version available on wpackagist is 1.9.3, which is broken due to missing dependencies.
If I try to install directly from the repository, Composer does not see 1.9.3-3:
Reading composer.json of oncletom/wp-less (1.9.3)
...
Importing tag 1.9.3 (1.9.3.0)
Skipped tag 1.9.3-3, invalid tag name
Skipped tag 1.9.3-2, invalid tag name
Skipped tag 1.9.3-1, invalid tag name
This means that the latest version plugin is currently unusable if installed via Composer, as it will download the broken v1.9.3.
Please publish a new version 1.9.4, and refrain from using non-semantic versioning for production releases of the plugin. This will allow wpackagist to correctly install the plugin.
Thank you!
The text was updated successfully, but these errors were encountered:
The latest version
1.9.3-3
is not compatible with Composers versioning system - https://wpackagist.org/search?q=wp-less&type=any&search=The latest version available on wpackagist is
1.9.3
, which is broken due to missing dependencies.If I try to install directly from the repository, Composer does not see
1.9.3-3
:This means that the latest version plugin is currently unusable if installed via Composer, as it will download the broken
v1.9.3
.Please publish a new version
1.9.4
, and refrain from using non-semantic versioning for production releases of the plugin. This will allow wpackagist to correctly install the plugin.Thank you!
The text was updated successfully, but these errors were encountered: