Update to PHP 8.2

This allows `versa run` to work, which requires PHP 8.2.

This causes some deprecation notes, but they don't affect the website.
This commit is contained in:
Oliver Davies 2024-03-09 13:03:19 +00:00
parent fe0a45533b
commit 44929de871

View file

@ -23,8 +23,8 @@
packages = with pkgs; [
"nodePackages.pnpm"
"nodejs"
"php81"
"php81Packages.composer"
"php82"
"php82Packages.composer"
];
};