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.
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.