fix: use php.packages.composer for correct extensions, add openssl

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Christopher Mühl 2026-04-08 11:55:13 +02:00
parent 0ae4434d09
commit 3ed0860565
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

View file

@ -17,11 +17,12 @@
devShells.${system}.default = pkgs.mkShell {
buildInputs = [
php
pkgs.php82Packages.composer
php.packages.composer
pkgs.nodejs_22
pkgs.mariadb
pkgs.symfony-cli
pkgs.process-compose
pkgs.openssl
];
shellHook = ''