PHP code example of janvernieuwe / dev-branch-check

1. Go to this page and download the library: Download janvernieuwe/dev-branch-check library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

janvernieuwe / dev-branch-check example snippets

yaml
parameters:
    tasks:
        janvernieuwe_dev_branch:
            allowed_packages:
                - roave/security-advisories # This is an example
            fail_on_commit: false # Default true, allows for committingm wil still fail on CI
    extensions:
        - Janvernieuwe\DevBranchCheck\ExtensionLoader