Open norgeindian opened 2 weeks ago
I think the PHAR builder Box
requires a minimum version of 8.2
. I will check if it can be manipulated somehow to run under some older PHP versions.
I just released 5.23.6
build on php 8.0 with an older Box
version.
Please check if that works for you again.
As soon as I install
captainhook/captainhook-phar
in version5.23.4
or5.23.5
and runvendor/bin/captainhook -f install
, I get the following error:We are running a project inside docker, the mentioned PHP version 8.1.30 is correct, but I don't see any dependency in the whole project on PHP 8.2. As soon as I downgrade to
5.23.3
, the error is gone and the configuration is properly set up. Any idea, what might be wrong here?