Skip to content

Commit

Permalink
Merge pull request #107 from jolicode/phar-windows
Browse files Browse the repository at this point in the history
Fix phar for Windows drivers
  • Loading branch information
pyrech committed May 3, 2024
2 parents 9bb20a1 + c17006c commit 5bbd92b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## Not released yet

* Fixed jolinotif executable in verbose mode when no driver is available
* Changed jolinotif executable to better handle option passed several times
* Fixed phar for Windows drivers
* Fixed executable in verbose mode when no driver is available
* Changed executable to better handle option passed several times

## 2.7.0 (2024-05-03)

Expand Down
5 changes: 5 additions & 0 deletions tools/phar/box.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"base-path": "../../",
"directories": [
"bin",
"src",
"vendor"
],
"files": [
"LICENSE",
"vendor/autoload.php"
Expand Down

0 comments on commit 5bbd92b

Please sign in to comment.