jayelkaake / enhancedgrid

The original enhanced admin product grid for Magento.
https://www.magentocommerce.com/magento-connect/enhanced-admin-product-grid.html
94 stars 61 forks source link

Removed version from composer.json #51

Closed Maksold closed 7 years ago

Maksold commented 7 years ago

I had problem with updating to v1.3.4.4 via composer. Here is errors, which shows me, when I run composer update with: `Your requirements could not be resolved to an installable set of packages. Problem 1

The reason of this problem was, that tagged version and version in composer.json are different. Tagged version is "v1.3.4.4", but in composer.json is "1.3.4.3". I read the composer docs and there is such advice:

Optional if the package repository can infer the version from somewhere, such as the VCS tag name in the VCS repository. In that case it is also recommended to omit it. Source: https://getcomposer.org/doc/04-schema.md#version

So I removed "version" from composer.json.

jayelkaake commented 7 years ago

Thanks!!