Update PHP version of project

This commit is contained in:
Daniel Siepmann 2024-05-29 16:32:26 +02:00
parent 44188373cb
commit 0dc9b55027
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -2,7 +2,7 @@
let
php = pkgs.php82;
php = pkgs.php83;
in import ./../lib/create-typo3.nix {
inherit config lib pkgs php;