Skip to content

Tags: lookyman/box

Tags

3.0.0-beta.2

Toggle 3.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update PHP-Scoper (box-project#255)

3.0.0-beta.1

Toggle 3.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies (box-project#254)

Update dependencies and fix the BC breaks introduced by PHP-Scoper.

3.0.0-beta.0

Toggle 3.0.0-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rework default values (box-project#251)

3.0.0-alpha.7

Toggle 3.0.0-alpha.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Pharaoh to Box (box-project#238)

Add [Pharaoh](https://github.com/paragonie/pharaoh) to provide a new `diff` command

Closes box-project#209

3.0.0-alpha.6

Toggle 3.0.0-alpha.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Harden the tests (box-project#237)

- Fix the coverage of some files (whitelist the files that should not be covered)
- Make `MapFile` return the unchanged path if no mapping is found for the given path: this allows to simplify some code
- Update the `ComposerOrchestrator` to not change the original `vendor/autoload.php` file if not necessary and make the changer prettier and more accurate (pure styling, no semantic change) when the file is changed
- Remove the config JSON imports support
- Fix some typos
- Add a lot of tests and rework some

3.0.0-alpha.5

Toggle 3.0.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fail gracefully when the extension required for the compression algor…

…ithm is not loaded (box-project#205)

- Add a warning in the documentation and the logs of the `compile` command regarding the extension required to execute a PHAR once compressed
- Handle the compression in `Box` instead of using the leaked `Box#phar`
- Make `Box` countable
- A few minor refactoring bits

Closes box-project#186

3.0.0-alpha.4

Toggle 3.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request box-project#176 from theofidry/bugfix/dependencies

Update dependencies

3.0.0-alpha.3

Toggle 3.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix the parallel processing in a renamed PHAR (box-project#160)

When the PHAR was renamed, the autoload files could no longer be found.

Closes box-project#152

3.0.0-alpha.2

Toggle 3.0.0-alpha.2's commit message

Verified

This commit was signed with the committer’s verified signature.
theofidry Théo FIDRY
Fix PHAR deployment

3.0.0-alpha.1

Toggle 3.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert unique prefix generation