Composer Concrete 9.4.7 not available

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

Can you make Concrete 9.4.7 available to use for Composer?

Greetings, Patrickkasie

For anyone interested in quick fix, you can for example add alias to require section in composer.json.

“enshrined/svg-sanitize”: “0.22.0 as 0.15.4”

It installs version 0.22.0, but Composer will treat it as if it were 0.15.4 for dependency resolution.

Latest version of composer added security checks and you should ignore those errors or update package to latest version.

Unfortunately “enshrined/svg-sanitize” uses double number versioning, so packagist treats 0.15 and 0.22 as two major versions. And in core composer.json there is a restriction to not update major versions. It has to be fixed in core release.

1 Like

Reminder that this is still the case

Yep, it seems that 9.4.7 is available on concretecms.org and in the development repository, but it’s missing in core repository used for composer.

I think @aembler should take a look a this.

The Concrete version 9.4.7 is now correctly tagged and installable with composer

1 Like