Skip to content

Commit 373a9aa

Browse files
committed
docs: #17 - document phar change
1 parent 701d972 commit 373a9aa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Fixed: "Error: The ProgressBar is not started" (#19)
1414
- Fixed: ""3" @param tags are expected but only "4" found" (#21)
1515
- Reworked the `@param` tag error detection and added new error messages
16+
- Added: A shebang to all the new PHARs distributed.
1617

1718
## [5.2.1] - 2020-11-30
1819

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ without any arguments:
5050
5151
$ php doctum.phar
5252
53+
Since 5.3.0 the phar does not require to use `php` keyword anymore because the `shebang` was added to the phar file.
54+
You can now call `doctum.phar` directly.
55+
5356
You can use our `GitHub marketplace action <https://github.com/marketplace/actions/action-doctum>`_ into your GitHub CI.
5457

5558
Configuration

0 commit comments

Comments
 (0)