0

enter image description here

This is my EVN:

  • Windows 10
  • Composer version 1.8.0
  • php version 7.2.13
  • wampserver version 3.1.4
Kakada NEANG
  • 451
  • 1
  • 6
  • 16

1 Answers1

3

I found that the problem comes from PhpStorm(2018.3) suggestion to add the extension

enter image description here

enter image description here

So after I comment or remove them, it works fine for me, "webpatser/laravel-uuid": "^3.0"//, // "ext-apache": "*", // "ext-curl": "*"

Kakada NEANG
  • 451
  • 1
  • 6
  • 16
  • How did you manage to comment out a part of JSON file (Composer configuration)? The very same PhpStorm, when pasting your example code, marks it as an error with following explanation: "JSON standard does not allow comments. Use JSMin or similar tool to remove comments before parsing". – trejder Aug 25 '23 at 23:00