Results 20 comments of Stuart Nightingale

@BrianHenryIE Thank you very much for the detailed reply. So I added the script and ran it and I get the following: ``` php -f 43.php Input: /dist/ Output: dist...

@BrianHenryIE I figured out the error, I was missing `"delete_vendor_directories": false` however, I appeared to have come into another error: ``` vendor/bin/mozart compose Fatal error: Uncaught Error: Class 'Symfony\Component\Finder\Finder' not...

@BrianHenryIE An Update to what I posted, Looks like running `vendor/bin/mozart compose` removed the entire vendor folder even when `"delete_vendor_directories": false` is set. How odd. Update: Found that Issue too....

Thank you @BrianHenryIE , I have added the "minimum-stability": "dev" to composer so that the latest version is updated. I THINk you right that something is up with `delete_vendor_directories` as...

Hey @BrianHenryIE Looks like I have jit a wall with Mozart. I just cant get it going at all. I have tried many ways to do this including keeping the...

@BrianHenryIE So I have dug deeper in this issue and I managed to get one of the members of the team (who has a Mac) to try my exact same...

@BrianHenryIE Thank you for the patch but...Didnt work :/ So Ive been trying to diagnose what on earth is going on under the windows directory and so far I have...

@BrianHenryIE To add to my testing etc. today, This fix you made worked for our Gitlab Ci service running an Alpine Linux Docker image. However, I just cant get it...

@BrianHenryIE Yes! thats it, it worked :) I tried going through it myself and I found a few but didnt get there but that update has done the job. Phew!...

When will this be in the release @BrianHenryIE oir is it just keep an eye out? Also, I wondered if you have anything special you used to get aws/aws-sdk-php working...