mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
112 stars 45 forks source link

Update `friendsofphp/php-cs-fixer` dependency #313

Closed JordanMussi closed 6 years ago

JordanMussi commented 6 years ago

Updates friendsofphp/php-cs-fixer dependency to a later version which supports PHP 7.2.

Before:

$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for friendsofphp/php-cs-fixer v2.2.1 -> satisfiable by friendsofphp/php-cs-fixer[v2.2.1].
    - friendsofphp/php-cs-fixer v2.2.1 requires php ^5.3.6 || >=7.0 <7.2 -> your PHP version (7.2.0) does not satisfy that requirement.