Pennebaker / craft-architect

A plugin for importing and exporting content models from Craft 3/4 using JSON.
MIT License
72 stars 6 forks source link

Conflict of symfony/yaml version on Craft 3.6 #57

Closed rogerdawkins closed 3 years ago

rogerdawkins commented 3 years ago

Just trying to update my Craft version to 3.6.0.1 but I get a conflict error. It appears that 3.6.0.1 requires symfony/yaml ^5.2.1 but Architect requires symfony/yaml ^3.2|^4.0.

proimage commented 3 years ago

I "solved" this by uninstalling Architect—it's not necessary for the day-to-day functionality. Note that merely "disabling" or even "removing" it is not sufficient, as the conflict is at the composer level, which is deeper than those two options (which are at the Craft level).

rogerdawkins commented 3 years ago

I "solved" this by uninstalling Architect—it's not necessary for the day-to-day functionality. Note that merely "disabling" or even "removing" it is not sufficient, as the conflict is at the composer level, which is deeper than those two options (which are at the Craft level).

Thanks. I don't use it on production systems but it is useful on development. I was highlighting the issue so that the developer was aware of the issue.

spAnser commented 3 years ago

I tried to support json and yaml but idk if anyone actually even uses the yaml part.

I'm curious if I could remove yaml support without causing trouble.

spAnser commented 3 years ago

Either way this should be fixed now and functional as long as Yaml:parse hasn't changed in the 5.x version.