psliwa / idea-composer-plugin

PhpStorm plugin that adds code completion in composer.json file
MIT License
334 stars 10 forks source link

Do not request provider files for platform packages without slash in the name #72

Closed naderman closed 5 years ago

naderman commented 5 years ago

Packages like PHP extensions (ext-foo) or the internal Composer plugin API (composer-plugin-api) do not have a vendor prefix with a slash. You should not be making requests to repository URLs for these packages. I see requests for /org-name/p/composer-plugin-api.json on Private Packagist sent by this plugin.

psliwa commented 5 years ago

Fixed - will be available in the next release.