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
Hi, if I try to build against MISP_VERSION=v2.4.198, it errors out now with the following:
#29 58.76 Updating dependencies
#29 58.77 Your requirements could not be resolved to an installable set of packages.
#29 58.77
#29 58.77 Problem 1
#29 58.77 - Root composer.json requires php >=7.4.0,<8.0.0 but your php version (8.2.13) does not satisfy that requirement.
#29 58.77 Problem 2
#29 58.77 - Root composer.json requires browscap/browscap-php 5.1.0 -> satisfiable by browscap/browscap-php[5.1.0].
#29 58.77 - browscap/browscap-php 5.1.0 requires php >=7.3.0,<8.1.0 -> your php version (8.2.13) does not satisfy that requirement.
#29 58.77
#29 58.77 Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
#29 58.78
#29 58.78 Removal failed, reverting ./composer.json to its original content.
#29 ERROR: process "/bin/sh -c ln -f -s /lib64/libz.so.1.3.1.zlib-ng /lib64/libz.so.1 && rpm -i /tmp/jobber*.rpm && /usr/local/bin/misp_install.sh" did not complete successfully: exit code: 2
Is this due to the recent main branch changes to support v2.5? I don't see alternative branches on NUKIB/misp that I could use besides main.
The text was updated successfully, but these errors were encountered:
Hi, if I try to build against MISP_VERSION=v2.4.198, it errors out now with the following:
Is this due to the recent main branch changes to support v2.5? I don't see alternative branches on NUKIB/misp that I could use besides
main
.The text was updated successfully, but these errors were encountered: