-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #4290 Updating library/bundle install docs to use "require" (…
…weaverryan) This PR was merged into the 2.3 branch. Discussion ---------- Updating library/bundle install docs to use "require" | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | - As of composer/composer#3906, you can now simply install a library via: ``` php composer.phar require myname/my-lib ``` The latest version if chosen for you. I've replaced all mentions of modifying composer.json and running `composer update` with using the `require` command. I think the result is much simpler :). Thanks! Commits ------- d7ccbf3 Re-adding one more version ab2a688 [#4290] Re-adding version back a174a2b Fixing bad link 1a7c4b9 Updating library/bundle installation docs to use the new composer require (no version) functionality
- Loading branch information
Showing
4 changed files
with
46 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters