Composer Concrete 9.5.2 not available

Dear Concrete CMS forum, or in this case, dear devs,

Can you make Concrete 9.5.2 available to use for Composer?

Greetings, Patrick

Weird. I updated sites last week using Composer and was able to use 9.5.2. I see it being marked it Packagist as deleted though. Investigating.

Should be available now, @PATRICKKASIE

Thank you very much! What was the reason for the deletion in Packagist?

I’ve just tried doing a new Concrete CMS installation, but only 9.5.1 shows up, and it has an error to go with it.

I’m using PHP 8.4 to install it and I use the following sequence of commands in my script to install it:

composer create-project -n concretecms/composer project_naam --no-install
cd project_naam/
composer config allow-plugins.composer/installers true -n
#composer config allow-plugins.mlocati/composer-patcher true -n
composer config --no-plugins allow-plugins.mlocati/composer-patcher true
composer install -n

On packagist we see that the 9.5.2 tag “Is no longer found”

Indeed, it’s not listed in the splitted core repository

Reminder to @Myq that this is still the case

looking into it. This has become an unfortunate situation.

okay, it’s fixed, hopefully for good? There was a small stumble in the release with the tag being assigned to another commit, but clearly that’s caused more problems than it solved.

Dear @Myq ,

That indeed worked again. The problem has been resolved.