Skip to content

Commit 62df02c

Browse files
jrfnlgrogy
authored andcommitted
README: update info about PHAR
As the Phar is now published with each release (and on each action run), there is no need to include build instruction in the README anymore. Also, the instructions as they were, were outdated after 70
1 parent d188b33 commit 62df02c

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

+4-14
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ The application is officially supported for use with PHP 5.3 to 8.1.
1919
3. [History](#history)
2020
4. [Command line options](#command-line-options)
2121
5. [Recommended excludes for Symfony framework](#recommended-excludes-for-symfony-framework)
22-
6. [Create Phar package](#create-phar-package)
23-
7. [How to upgrade](#how-to-upgrade)
22+
6. [How to upgrade](#how-to-upgrade)
2423

2524
## Installation
2625

@@ -36,6 +35,9 @@ Alternatively you can install as a standalone `composer` project:
3635
For colored output, install the suggested package `php-parallel-lint/php-console-highlighter`:
3736

3837
composer require --dev php-parallel-lint/php-console-highlighter
38+
39+
Since v1.3.0, a PHAR file is also made available for each release.
40+
This PHAR file is published as an asset for each release and can be found on the [Releases](https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases) page.
3941

4042
## Example output
4143

@@ -91,18 +93,6 @@ To run from the command line:
9193

9294
vendor/bin/parallel-lint --exclude app --exclude vendor .
9395

94-
## Create Phar package
95-
96-
PHP Parallel Lint supports [Box app](https://box-project.github.io/box2/) for creating Phar package. First, install box app:
97-
98-
99-
curl -LSs https://box-project.github.io/box2/installer.php | php
100-
101-
102-
then run the build command in parallel lint folder, which creates `parallel-lint.phar` file.
103-
104-
105-
box build
10696

10797
## How to upgrade
10898

0 commit comments

Comments
 (0)