Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.27 KB

CHANGELOG_PHP.md

File metadata and controls

56 lines (40 loc) · 1.27 KB

Changelog PHP

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.3] - 2020-05-12

Updated

  • sebastian/phpcpd updated. Required by Laravel 7.x. Require php7.3.

[1.3.1] - 2020-05-12

Removed

  • povils/phpmnd

[1.3.0] - 2020-04-24

Added

  • PHPMND Magic Number Detector.

Changed

  • Updated all PHP libraries.

[1.2.0] - 2019-12-25

Changed

  • New version of PHPSTAN.
  • New version of PHP Mess Detector.
  • New version of PHPUnit.
  • Maybe you need add this
    ignoreErrors:
        ## phpstan 0.11 to 0.12
        - '#has no typehint specified\.$#'
        - '#has no return typehint specified\.$#'
        - '#with no typehint specified\.$#'
        - '#with no value type specified in iterable#'
        - '#has no value type specified in iterable#'

Removed

  • Remove \NunoMaduro\Larastan\LarastanServiceProvider::class.

[1.1.3] - 2019-12-25

Changed

  • PHP CS FIXER phpdoc_to_comment rule disabled.

[1.1.2] - 2019-12-25

Fixed

  • Removed PHP CS FIXER rules contained on presets.

Changed

  • PHP CS FIXER rule single_line_throw disabled.