You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: