-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not parse version constraint >=~2: Invalid version string "~2" when installing fullcalendar-scheduler #277
Comments
It's fixed in the |
@francoispluchino it has an impact on all packages, require dev-master is not so good solution, are you able to tag new release? |
Use the |
So, I have to make a patch release with |
Probably for the next versions but not for the |
Just a question though, this is where the PATCH version of Semantic Versioning is for, right? So |
@holtkamp commits before the fix v1.2.2...master are not semver compatible with 1.2.3 version. Configuration was changed and looks like that is a BC, so requires major version IMO |
@holtkamp See the difference between the v1.2.2 and v1.3.0@dev. |
@SergeyZ YES! |
Several new features have been added, as well as the change to the configuration (with retrocompatibility and depreciation message). I can to postpone the last feature in progress to release the stable version, but I don't want to start maintaining 2 branches. |
ok, understood! |
@francoispluchino lets tag 1.3.0 right now and 1.4.0 once #278 merged. This issue is a blocker in most cases and already took almost a month for fix. |
@SergeyZ I am thinking of doing it. |
I encountered this issue when attempting to install fullcalendar-scheduler package.
[UnexpectedValueException]
Could not parse version constraint >=~2: Invalid version string "~2"
I tried several variations of the following command to workaround the version issue but nothing helps.
composer require bower-asset/fullcalendar-scheduler
The text was updated successfully, but these errors were encountered: