platformsh / platformsh-magento2-configuration

☠ DEPRECATED
9 stars 34 forks source link

Versioning please #14

Closed 7ochem closed 4 years ago

7ochem commented 7 years ago

Could you please add (stable) semantic versioning to this module?

Magento2 has the Composer stability flag set to alpha by default: "minimum-stability": "alpha" in composer.json. Trying to install this module results in a Composer Exception:

$ composer require platformsh/magento2-configuration

  [InvalidArgumentException]                                                                                                                                        
  Could not find package platformsh/magento2-configuration at any version for your minimum-stability (alpha). Check the package spelling or your minimum-stability

This would be as simple as running:

git tag 1.0.0
git push --tags

;)