You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In its current construction, this app supports php 7.3 and above I believe. Looking at the open tickets and testing, it doesn't look like it supports PHP 8 yet.
Additionally, the roave/security-advisories composer dependency provides other limitations in the form of conflicts to stop insecure library additions.
I suggest:
add php 7.3+ to the composer php requirements
add the roave security advisories branch
The text was updated successfully, but these errors were encountered:
In its current construction, this app supports php 7.3 and above I believe. Looking at the open tickets and testing, it doesn't look like it supports PHP 8 yet.
Additionally, the
roave/security-advisories
composer dependency provides other limitations in the form of conflicts to stop insecure library additions.I suggest:
The text was updated successfully, but these errors were encountered: