Include a copy of composer.phar

pull/115/head
Nabeel Shahzad 7 years ago
parent 7e839caf44
commit a7d4ab64e5

@ -28,7 +28,7 @@ clean-routes:
.PHONY: build
build:
@composer install --no-interaction
@php composer.phar install --no-interaction
.PHONY: install
install: build

@ -7,6 +7,11 @@ the old, phpVMS classic, it's [available here](https://github.com/nabeelio/phpvm
# installation
A full distribution, with all of the composer dependencies, is available at this [tarball link](http://phpvms.net/downloads/nightly.tar.gz).
It's currently updated with every commit
## Composer Access
run the following commands. for right now, we're running on sqlite. for mysql, set
`DB_CONNECTION` to `mysql` in the `.env` file.

Binary file not shown.
Loading…
Cancel
Save