box2 icon indicating copy to clipboard operation
box2 copied to clipboard

An application for building and managing Phars.

Results 33 box2 issues
Sort by recently updated
recently updated
newest added

Unfortunately, where I work we still use svn to version control. And I had to make a copy of the project and git init then git commit to being able...

Some dependencies are abandoned: ``` Package phine/exception is abandoned, you should avoid using it. No replacement was suggested. Package phine/path is abandoned, you should avoid using it. No replacement was...

I have written a Docker image (from official php7 alpine3 image) to use this amazing tool: * https://github.com/ebuildy/docker-box * https://hub.docker.com/r/ebuildy/box/ ``docker run -v $PWD:/app ebuildy/box:v0.0.4 build`` Tell me what do...

I get the following error: ``` proc_open(): unable to create pipe Too many open files ``` when I enable the following option in the box.json file: ``` "compression": "BZ2", ```...

PHP Bug

Rather than forcing users to change their php.ini settings or manually add a CLI flag on every run, set the phar.readonly=0 option in the shebang for box itself.

Need More Info

Complementary PR for https://github.com/box-project/box2-lib/pull/27

Apply file compression when adding a file instead of using Phar::compressFiles at the end. This avoid the issue of opening too many files. On my project the build even runs...

Needs Review

Current CI tests are failing. E.g. [build 305500447](https://travis-ci.org/box-project/box2/builds/305500447).

When the target directory does not exist, I get an error with a message which does not explain at all the actual source of the error: ``` [UnexpectedValueException] Cannot create...

If I change the compression setting in https://github.com/rugk/threema-msgapi-sdk-php/tree/536457329376dc657cb02a558c9dd8d802af2b67 to "GZ" or "BZIP2" the file is still not compressed. Issue information: ```console $ box build # with compression set to something...