Skip to content

⛑️ Helpful companion for Composer projects

License

Notifications You must be signed in to change notification settings

syntatis/composer-project-plugin

Repository files navigation

🖲 composer-project-plugin

ci

This Composer plugin provides a set of tools, like commands and scripts, designed as a supporting for some projects, like Howdy.

Installation

To install, use Composer and require this package as a development dependency:

composer require syntatis/composer-project-plugin --dev

If you're using Composer 2.2 or higher, it will ask for permission to allow this plugin to run code. You'll need to grant this permission for the plugin to work. Once permission is granted, Composer will automatically add the following snippet to your composer.json file:

{
	"config": {
		"allow-plugins": {
			"syntatis/composer-project-plugin": true
		}
	}
}