bldr-io / bldr

Awesome Task Runner
http://bldr.io
MIT License
219 stars 21 forks source link

please rebuild phar #145

Closed cordoval closed 9 years ago

cordoval commented 9 years ago

the current bldr.phar --version returns 8.0.0 however the dependencies clearly show they are still on 7.1.1.0 I checkout master of bldr repo and it works like a charm. For some reason the dependencies created by the phar are not in accordance with 8.0.0

Please rebuild phar and ensure this is correct

cordoval commented 9 years ago

@aequasi proof of concept :older_man:

~ cat bldr.phar | grep richthegeek/phpsass
Binary file (standard input) matches
cordoval commented 9 years ago

I built my own phar and voila!

~ php bldr.phar install                                                                    Luiss-MacBook-Pro [7:03:25]
Loading composer repositories with package information
Installing dependencies
  - Installing bldr-io/gush-block (dev-master 9ea351f)
    Cloning 9ea351f5db33c03076f21d856f48572c13bdf1ef

Writing lock file
Generating autoload files

I will persist my own phar in my repo to run travis.