Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1017 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 1017 Bytes

🖲 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
		}
	}
}