doublesecretagency / craft-cpcss

Control Panel CSS plugin for Craft CMS
MIT License
117 stars 8 forks source link

Installation failed on Craft 3.7.43 #18

Closed dragan1700 closed 2 years ago

dragan1700 commented 2 years ago

`Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.`

According to https://plugins.craftcms.com/cp-css it should be compatible with Craft 3 as well though...

lindseydiloreto commented 2 years ago

Looks like you're trying to install the Craft 4 version of CP CSS (v2.5). The last Craft 3 compatible version is CP CSS v2.4.0.

Try lowering your composer requirements to ^2.4. And if that doesn't work, you can lock it in as 2.4 exactly.

"doublesecretagency/craft-cpcss": "2.4"