composer / installers

A Multi-Framework Composer Library Installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

composer status says all files are added

puggan opened this issue · comments

Reproduce:

  1. use this composer.json
{
   "name":"puggan/test",
   "require":{
      "composer/installers":"^1.6",
      "wpackagist-plugin/akismet":"^4.1"
   },
   "repositories":[
      {
         "type":"composer",
         "url":"https://wpackagist.org"
      }
   ],
   "extra":{
      "installer-paths":{
         "{$name}/":[
            "type:wordpress-plugin"
         ]
      }
   }
}
  1. install it composer install
  2. run status composer status -v

Tested with composer v1.8.4

Expected:
"No local changes"

Current:

You have changes in the following dependencies:
akismet/:
    ./_compare/_inc/akismet.css (added)
    (... for each file in plugin)

I'm assuming this has been fixed so closing, let me know if still an issue.

Followed my own instruction, and didn't see any error, so the assumption appears correct.
Screenshot from 2020-12-08 18-07-42