jcab / composer-check-cwd-plugin
Composer plugin checking for composer.json file in the current working directory
Package info
github.com/JulienCabanes/composer-check-cwd-plugin
Type:composer-plugin
pkg:composer/jcab/composer-check-cwd-plugin
1.3
2016-05-26 12:37 UTC
Requires
- composer-plugin-api: ^1.0
This package is not auto-updated.
Last update: 2026-03-05 01:38:04 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.