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

Mention which Composer binary Magento 2 uses #495

Merged
merged 1 commit into from
Jan 25, 2016
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
3 changes: 2 additions & 1 deletion guides/v2.0/extension-dev-guide/composer-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,5 @@ Each Magento component can be categorized into one of the types listed in the pr

Having an identifier type for each component allows the system to marshal the directories and files of each component to the correct locations, based on the Magento 2 directory structure.


<h3>Composer Binary Location</h3>
Magento's bin/magento script uses composer from the vendor/composer directory in your Magento 2 installation, not your globally installed composer. Keep this in mind while customizing or updating composer or troubleshooting Composer issues while working with Magento 2.