2017 © Pedro Peláez
 

composer-plugin composer-scrutinizer-plugin

image

vortrixs/composer-scrutinizer-plugin

  • Wednesday, July 18, 2018
  • by vortrixs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 354 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Intro

This is a simple plugin made for easy integration with Scrutinizer, (*1)

Usage

In your projects composer.json file, you'll first have to add the "extra" property, this is were the plugin gets it's data from., (*2)

Inside that you'll add a property called "scrutinizer" and inside here you add properties for each of your nodes., (*3)

Inside the node properties you can define what packages should be downloaded., (*4)

Example:, (*5)

"name": "vortrixs/app",
"require": {
    "vortrixs/composer-scrutinizer-plugin": "*",
    "squizlabs/php_codesniffer": "2.9.1",
    "joomla/coding-standards": "1.3.4",
    "vortrixs/joomla-namespace-checker": "1.0.0"
},
"extra": {
    "scrutinizer": {
        "phpcs": [
            "squizlabs/php_codesniffer",
            "joomla/coding-standards"
        ],
        "namespace": [
            "vortrixs/joomla-namespace-checker"
        ]
    }
},

The Versions

18/07 2018

dev-master

9999999-dev

  Sources   Download

The Requires

  • composer-plugin-api ^1.0

 

18/07 2018

1.0.1

1.0.1.0

  Sources   Download

The Requires

  • composer-plugin-api ^1.0

 

18/07 2018

1.0.0

1.0.0.0

  Sources   Download

The Requires

  • composer-plugin-api ^1.0