Release missing on https://packagist.org/ #6

Closed
opened 2026-02-25 12:59:51 +00:00 by wolcottce · 4 comments

Why is v3.2.2 missing from https://packagist.org/. Composer can't find the release.

image

Why is v3.2.2 missing from https://packagist.org/. Composer can't find the release. ![image](/attachments/4b83b9e9-e367-4798-8b1e-6b4b5f7ee2da)
534 KiB
Owner

Hello, there is no version 3.2.2 released yet.

The latest version is v3.2.1, please see https://git.var-lab.com/opencal/ical/releases

Hello, there is no version `3.2.2` released yet. The latest version is `v3.2.1`, please see https://git.var-lab.com/opencal/ical/releases
Author

Got it. I saw the tag v3.2.2 and automatically assumed it was released.
Is there a plan to make v3.2.2 a release for PHP 8.5?

Got it. I saw the tag v3.2.2 and automatically assumed it was released. Is there a plan to make v3.2.2 a release for PHP 8.5?
Owner

Version 3.2.2 has now been released (https://git.var-lab.com/opencal/ical/releases/tag/v3.2.2).

Please let me know if you are still experiencing issues with PHP 8.5.

Version 3.2.2 has now been released (https://git.var-lab.com/opencal/ical/releases/tag/v3.2.2). Please let me know if you are still experiencing issues with PHP 8.5.
Owner

Maybe you will get an error like this when you try to update the package, because there was a git tag conflict:

  - Upgrading opencal/ical (3.2.1 => v3.2.2): Checking out 56b4cfe537 from cache
    Update failed (Failed to execute git fetch --tags composer

From /root/.composer/cache/vcs/https---git.var-lab.com-opencal-ical
 ! [rejected]        v3.2.2     -> v3.2.2  (would clobber existing tag)
)
    Would you like to try reinstalling the package instead [yes]?

Cancelling and restarting the composer update process should solve this issue.

Maybe you will get an error like this when you try to update the package, because there was a git tag conflict: ``` - Upgrading opencal/ical (3.2.1 => v3.2.2): Checking out 56b4cfe537 from cache Update failed (Failed to execute git fetch --tags composer From /root/.composer/cache/vcs/https---git.var-lab.com-opencal-ical ! [rejected] v3.2.2 -> v3.2.2 (would clobber existing tag) ) Would you like to try reinstalling the package instead [yes]? ``` Cancelling and restarting the composer update process should solve this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
opencal/ical#6
No description provided.