-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use my fork of box-project/box to compile a PHAR version with manifes…
…t option available and its contents without cache file .box.metadata.cache
- Loading branch information
Showing
5 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php declare(strict_types=1); | ||
/** | ||
* If you want to use the `--manifest` option of this application phar version, | ||
* you MUST use my fork (branch `show_metadata`) of Box project. | ||
* All details are given in feature Box report #576 | ||
* | ||
* @see https://github.com/llaville/box/tree/show_metadata | ||
* @see https://github.com/box-project/box/issues/576 | ||
* @author Laurent Laville | ||
*/ | ||
require_once __DIR__ . '/src/ComposerScripts.php'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"alias": "phpcompatinfo.phar", | ||
"directories": ["bin", "config", "src", "vendor"], | ||
"compression": "GZ", | ||
"stub": "phar-stub.php", | ||
"metadata": "Bartlett\\CompatInfo\\ComposerScripts::getPharMetadata" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters