You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
Using the modern box version: https://github.com/humbug/box
Remove box.json
simply running box compile created a working parallel-lint.phar for me.
➜ PHP-Parallel-Lint git:(master) ls
LICENSE README.md appveyor.yml bin box.json composer.json composer.lock parallel-lint phpcs-ruleset.xml src tests vendor
➜ PHP-Parallel-Lint git:(master) rm box.json
➜ PHP-Parallel-Lint git:(master) ✗ box compile
____
/ __ )____ _ __
/ __ / __ \| |/_/
/ /_/ / /_/ /> <
/_____/\____/_/|_|
Box version 3.8.0@e7d8df3 2019-06-08 14:25:00 UTC
// Loading without a configuration file.
🔨 Building the PHAR "/Users/max/PHP-Parallel-Lint/parallel-lint.phar"
? No compactor to register
? Adding main file: /Users/max/PHP-Parallel-Lint/parallel-lint
? Adding requirements checker
? Adding binary files
> No file found
? Auto-discover files? Yes
? Exclude dev files? Yes
? Adding files
> 29 file(s)
? Generating new stub
- Using shebang line: #!/usr/bin/env php
- Using banner:
> Generated by Humbug Box 3.8.0@e7d8df3.
>
> @link https://github.com/humbug/box
? Dumping the Composer autoloader
? Removing the Composer dump artefacts
? No compression
? Setting file permissions to 0755
* Done.
No recommendation found.
No warning found.
// PHAR: 55 files (166.78KB)
// You can inspect the generated PHAR with the "info" command.
// Memory usage: 6.32MB (peak: 6.51MB), time: <1sec
➜ PHP-Parallel-Lint git:(master) ✗ ls
LICENSE README.md appveyor.yml bin composer.json composer.lock parallel-lint parallel-lint.phar phpcs-ruleset.xml src tests vendor
https://github.com/JakubOnderka/PHP-Parallel-Lint/blob/master/README.md#create-phar-package instructs to run
After that,
box.phar
exists in the current working directory.The next instruction is
but should be
instead. But even then, I get an error:
As a user who prefers to use PHARs of tools over installing them via Composer, I am lost. I do not care about how the PHAR for your tool is created. I want to be able to download a PHAR of your tool.
The text was updated successfully, but these errors were encountered: