{ pkgs ? import , php ? null }: let php = if php == null then pkgs.php else php; in php.packages.composer.override {php = phpWithExtensions;};