Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] PHAR Distribution #55

Closed
dccampbell opened this issue Jun 16, 2016 · 3 comments
Closed

[Proposal] PHAR Distribution #55

dccampbell opened this issue Jun 16, 2016 · 3 comments

Comments

@dccampbell
Copy link

dccampbell commented Jun 16, 2016

Given that Jigsaw is primarily run as a CLI tool, would it be possible to box it up and also officially distribute as a .phar?

@carbontwelve
Copy link

I too would like to see a phar distribution; having it installed globally via composer causes issue on my machine because it has conflicting requirements with some other globally installed tools - having it boxed as a phar would solve that.

@itsdarrylnorris
Copy link

I was able to build a package myself here are some instructions on how I did it:

### First you need to download the lastest of phar
### Install phar-composer
php phar-composer.phar --version
chmod 755 phar-composer.phar
sudo mv phar-composer.phar /usr/local/bin/phar-composer

### Build and Install the jigsaw project
phar-composer install  tightenco/jigsaw

@damiani
Copy link
Contributor

damiani commented Mar 1, 2018

No plans for this at the moment, but if you run into dependency conflicts when installing globally via Composer, you can always install Jigsaw locally to your project.

@damiani damiani closed this as completed Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants