Merge pull request #273327 from drupol/box/use-php-83

phpPackages.box: use `php82`
This commit is contained in:
Pol Dellaiera
2023-12-10 12:47:46 +01:00
committed by GitHub
@@ -1,6 +1,6 @@
{ lib, php, fetchFromGitHub }:
{ lib, php82, fetchFromGitHub }:
php.buildComposerProject (finalAttrs: {
php82.buildComposerProject (finalAttrs: {
pname = "box";
version = "4.6.0";