jcab/composer-check-cwd-plugin

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

Maintainers

Package info

github.com/JulienCabanes/composer-check-cwd-plugin

Type:composer-plugin

pkg:composer/jcab/composer-check-cwd-plugin

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.3 2016-05-26 12:37 UTC

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.