Skip to content

Centralised GrumPHP configuration used by Headsnet projects

License

Notifications You must be signed in to change notification settings

headsnet/grumphp-conventions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GrumPHP Conventions

Centralised GrumPHP configuration used by Headsnet projects.

Installation

Install via Composer:

composer require --dev headsnet/grumphp-conventions

Usage

The convention configuration has various parameters which can be overridden if necessary.

# Project grumphp.yml
imports:
    - { resource: vendor/headsnet/grumphp-conventions/grumphp.yml }

parameters:
    convention.gitlab_lint.api_token: 'MY TOKEN'