Update 00-intro.md#3906
Closed
edmilsonefs wants to merge 1 commit intocomposer:masterfrom
edmilsonefs:patch-1
Closed
Update 00-intro.md#3906edmilsonefs wants to merge 1 commit intocomposer:masterfrom edmilsonefs:patch-1
edmilsonefs wants to merge 1 commit intocomposer:masterfrom
edmilsonefs:patch-1
Conversation
Add chmod and sudo on installation steps
Member
|
I am pretty sure this was discussed already although I can't find it right now, but sudo is not always available so I don't think it's a good idea to add it by default, as for the chmod.. it is done already by the installer. |
vincentaubert
pushed a commit
to vincentaubert/symfony-docs
that referenced
this pull request
Apr 25, 2015
…uire" (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 [symfony#4290] Re-adding version back a174a2b Fixing bad link 1a7c4b9 Updating library/bundle installation docs to use the new composer require (no version) functionality
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add chmod and sudo on installation steps
Why not add chmod and sudo on installation steps?