Download the PHP package johnatas-x/grumphp-phpdd without Composer
On this page you can find all versions of the php package johnatas-x/grumphp-phpdd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download johnatas-x/grumphp-phpdd
More information about johnatas-x/grumphp-phpdd
Files in johnatas-x/grumphp-phpdd
Download johnatas-x/grumphp-phpdd
More information about johnatas-x/grumphp-phpdd
Files in johnatas-x/grumphp-phpdd
Vendor johnatas-x
Package grumphp-phpdd
Short Description Execute phpdd in a grumphp task.
License proprietary
Homepage https://github.com/johnatas-x/grumphp-phpdd
Package grumphp-phpdd
Short Description Execute phpdd in a grumphp task.
License proprietary
Homepage https://github.com/johnatas-x/grumphp-phpdd
Please rate this library. Is it a good library?
Informations about the package grumphp-phpdd
Description
This repository adds a task for GrumPHP that launchs PhpDeprecationDetector. During a commit check for deprecated functionality. If a deprecated functionality is detected, it won't pass.
Installation
Install it using composer:
Usage
1) Add the extension in your grumphp.yml file:
2) Add phpdd to the tasks:
- files (array): Directories/files you want to analyze.
- target (string): Sets target PHP interpreter version. [default: "8.0"]
- after (string): Sets initial PHP interpreter version for checks. [default: "5.3"]
- exclude (array): Sets excluded file or directory names for scanning.
- max_size (string): Sets max size of php file. If file is larger, it will be skipped. [default: "1mb"]
- file_extensions (array): Sets file extensions to be parsed. [default: "php, php5, phtml"]
- skip_checks (array): Skip all checks containing any of the given values.
All versions of grumphp-phpdd with dependencies
PHP Build Version
Package Version
The package johnatas-x/grumphp-phpdd contains the following files
Loading the files please wait ....