Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

[CLOUD] Removed extra trailing comma from composer.json snippet #8141

Merged
merged 1 commit into from
Oct 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cloud/project/project-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ To check the `auto-load:psr-4` configuration:
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
"Magento\\Setup\\": "setup/src/Magento/Setup/",
"Magento\\": "app/code/Magento/",
"Zend\\Mvc\\Controller\\": "setup/src/Zend/Mvc/Controller/",
"Zend\\Mvc\\Controller\\": "setup/src/Zend/Mvc/Controller/"
},
```
{:.no-copy}
Expand Down