安装Apache=pack with composer时安装失败

安装Apache=pack with composer时安装失败,apache,symfony,composer-php,Apache,Symfony,Composer Php,我运行symfony4.4 当我安装带有powershell和composer的Apache pack时,如下所示: composer require symfony/apache-pack 安装失败,它说: Symfony operations: 1 recipe (2a9150161ef91a4c31501a86af2f4e35) - WARNING symfony/apache-pack (>=1.0): From github.com/symfony/recipes-co

我运行symfony4.4 当我安装带有powershell和composer的Apache pack时,如下所示:

composer require symfony/apache-pack
安装失败,它说:

Symfony operations: 1 recipe (2a9150161ef91a4c31501a86af2f4e35)
  -  WARNING  symfony/apache-pack (>=1.0): From github.com/symfony/recipes-contrib:master
    The recipe for this package comes from the "contrib" repository, which is open to community contributions.
    Review the recipe at https://github.com/symfony/recipes-contrib/tree/master/symfony/apache-pack/1.0

    Do you want to execute this recipe?
    [y] Yes
    [n] No
    [a] Yes for all packages, only for the current installation session
    [p] Yes permanently, never ask again for this project
    (defaults to n):
Installation failed, reverting ./composer.json to its original content
无法交互,请单击“是”执行配方

我试图像这样删除并重新安装,但我遇到了相同的问题:

$ composer rem apache-pack
$ composer req apache-pack

“单击是”是什么意思?你必须直接在你的终端上输入“y,n,a或p”你是对的我是说y而不是是。。。无论如何,我无法键入这些选项中的任何一个,因为错误消息会停止安装。我在我的网络主机上安装了ApachePack,它工作正常。似乎是我当地的环境造成了这个问题。。