Alister Bulman

Results 11 comments of Alister Bulman

Sorry, but this project, is, as far as I am concerned, long dead. I've not touched in since 2012. If you would care to take it over, feel free to...

it's been unloved for a while, but I'll take a look over the weekend and try to dupe/fix the issues.

Can you make a pull request for me to merge?

does this work?? Are there any examples of how a generic vendors directory would in fact be configured in a capistrano3 config/deploy.rb file, to be copied?

Yeah, why not. I've got a little over 200 starred/public repos, which I've gone through in a few pages of 100.

When I deploy my own Symfony projects with Capistrano, I have already put a complete parameters.yml.dist in place (in a shared folder, deployed seperately), and then symlinked it, into the...

It's exceeding unlikely that Capistrano would run PHP via an bash-alias. Maybe putting the full path to the php7cli command, such as `/usr/local/bin/php7-70STABLE-CLI/php7cli` for the :php variable would work, or...

I can see the benefits of this, such as if it would detect even just `use` imports. I'm working on a codebase where people still end up adding `use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;`...

Also, if you exclude a directory, ``` vendor ``` even if there are no files that have previously been white-listed within the directory, PHP_CodeCoverage_Filter::removeDirectoryFromWhitelist will collect the entire file list...