Skip to content

Duplicate "files" dependencies #2

@reekoheek

Description

@reekoheek

If we manually delete "vendor" dir and then exec pas install, pas will regenerate autoload.json.
The problem is "files" dependencies will be duplicated

{
  "files": [
    "vendor/react/promise/src/React/Promise/functions.php",
   "vendor/react/promise/src/React/Promise/functions.php"
  ],
...

And it caused error

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions