spiral / framework

High-Performance PHP Framework
https://spiral.dev
MIT License
1.82k stars 89 forks source link

Framework parts and add-ons #1089

Closed iAvenger01 closed 9 months ago

iAvenger01 commented 9 months ago

Hi. I'm writing a package for a framework and I need some parts of it. Are the spiral/config and spiral/boot packages up to date? When I try to install them separately I get version 2.14.1, but I am writing for the framework version 3.*. I don’t want to make the entire spiral/framework dependent on the package.

roxblnfk commented 9 months ago

Hi. Try to detect the reason using composer why-not spiral/boot 3.11.1 and composer why-not spiral/config 3.11.1

iAvenger01 commented 9 months ago

Thank you, I found what the problem was. The reason was a low PHP version and several package conflicts.