jcab/composer-check-cwd-plugin

Composer plugin checking for composer.json file in the current working directory

1.3 2016-05-26 12:37 UTC

This package is not auto-updated.

Last update: 2024-05-15 16:56:10 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.