awslabs / ec2-spot-labs

Collection of tools and code examples to demonstrate best practices in using Amazon EC2 Spot Instances.
https://aws.amazon.com/ec2/spot/
Other
942 stars 319 forks source link

[stderr] require-dev.mikey179/vfsStream is invalid #49

Open binihoffman opened 3 years ago

binihoffman commented 3 years ago

When running the deployment of the app with CodeDeploy it fails due to the fact that vfsStream is called with an uppercase S. The fix is very simple:composer.json should be edited and vfsStream should be vfsstream. I did the change locally and verified it works. I will create a pull request with the fix soon.