jcab / composer-check-cwd-plugin
Composer plugin checking for composer.json file in the current working directory
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0
This package is not auto-updated.
Last update: 2025-01-22 20:16:59 UTC
README
Installation
composer global require jcab/composer-check-cwd-plugin
Usage
Just use Composer as usual.
This plugin will only throw you a warning if no composer.json
was found. By default, Composer does not search for an existing composer.json
in the folder structure and try to proceed where you asked it to. This can be frustrating sometimes, this plugin may help.