Skip to content

PHP Compatibility check for PHP_CodeSniffer (Composer compatible)

Notifications You must be signed in to change notification settings

angtheod/PHPCompatibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Compatibility Coding Standard for PHP_CodeSniffer

This repository is a mirror of the wimg/PHPCompatibility repository.

The wimg/PHPCompatibility has Composer compatibility issues, this repository fixes this, by adding the wimg/PHPCompatibility repository to a sub-directory using git subtree.

This repository only provides a composer.json package file and a update script.

Usage

Using Composer (preferred method):

composer require --dev "frenck/php-compatibility"

Or modify your composer.json to include frenck/php-compatibility in the require-dev sections:

{
  "name": "acme/my-project",
  "require": {
    "…": "*"
  },
  "require-dev": {
    "frenck/php-compatibility": "*"
  }
}

The original code is not modified and automatically synced to this mirror every 15 minutes.

About

PHP Compatibility check for PHP_CodeSniffer (Composer compatible)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages