fink's composer.json states a php-min requirement of 7.2
its still not possible to install it on php 7.2 because it depends on a lib which requires at least 7.3:
$ composer require dantleech/fink --dev
Using version ^0.10.1 for dantleech/fink
./composer.json has been updated
Gathering patches for root package.
Loading composer repositories with package information
install without a lock file, no new packages will be mirrored.
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- phpactor/container 1.3.3 requires php ^7.3 -> your PHP version (7.4.5) overridden by "config.platform.php" version (7.2.30) does not satisfy that requirement.
- phpactor/container 1.3.3 requires php ^7.3 -> your PHP version (7.4.5) overridden by "config.platform.php" version (7.2.30) does not satisfy that requirement.
- phpactor/container 1.3.3 requires php ^7.3 -> your PHP version (7.4.5) overridden by "config.platform.php" version (7.2.30) does not satisfy that requirement.
- Installation request for phpactor/container (locked at 1.3.3) -> satisfiable by phpactor/container[1.3.3].
$ composer why phpactor/container
dantleech/fink 0.10.1 requires phpactor/container (^1.0)
phpactor/console-extension 0.1.5 requires phpactor/container (^1.0)
is this intentional?
fink's composer.json states a php-min requirement of 7.2
fink/composer.json
Line 16 in 31e5280
its still not possible to install it on php 7.2 because it depends on a lib which requires at least 7.3:
is this intentional?