Skip to content

Commit

Permalink
Added info about upgrade from original package
Browse files Browse the repository at this point in the history
  • Loading branch information
grogy committed Jan 27, 2020
1 parent 2dbe04f commit ec813bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This works from PHP 5.4 to 7.4
4. [Options for run](#options-for-run)
5. [Options for Symfony](#recommended-setting-for-usage-with-symfony-framework)
6. [Create Phar package](#create-phar-package)
7. [How upgrade](#how-upgrade)

## Installation

Expand Down Expand Up @@ -79,3 +80,10 @@ and then run this command in parallel lint folder, which creates `parallel-lint.


box build

## How upgrade

Are you using original package? You can easy use this fork. Steps for upgrade are:

composer remove --dev jakub-onderka/php-parallel-lint
composer require --dev grogy/php-parallel-lint

3 comments on commit ec813bf

@szepeviktor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@grogy Very nice that you have published your fork!

@szepeviktor
Copy link

@szepeviktor szepeviktor commented on ec813bf Jan 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@grogy Please enable issues in this repo.

  1. Add "replaces": "jakub-onderka/php-parallel-lint" to composer.json
  2. Use PSR-4 autoloading, explode exceptions to single-class files
  3. Rename Jakub's namespace
  4. Possible run PHPStan in CI

Thank you.

@grogy
Copy link
Owner Author

@grogy grogy commented on ec813bf Jan 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@szepeviktor I do it before seconds :-)

Want you create issues? Some problem are solved in PRs in original repository. I can move it to here place.

Please sign in to comment.