spiral / framework

High-Performance PHP Framework

Home Page:https://spiral.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Framework parts and add-ons

iAvenger01 opened this issue · comments

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.

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

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