composer: add Polish translation, update page (#10945)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
`composer init`
|
||||
|
||||
- Add a package as a dependency for this project, adding it to `composer.json`:
|
||||
- Add a package as a dependency for this project, adding an entry to `composer.json`:
|
||||
|
||||
`composer require {{user/package}}`
|
||||
|
||||
@@ -15,15 +15,15 @@
|
||||
|
||||
`composer install`
|
||||
|
||||
- Uninstall a package from this project, removing it as a dependency from `composer.json`:
|
||||
- Uninstall a package from this project, removing it as a dependency from `composer.json` and `composer.lock`:
|
||||
|
||||
`composer remove {{user/package}}`
|
||||
|
||||
- Update all the dependencies in this project's `composer.json` and note versions in `composer.lock` file:
|
||||
- Update all the dependencies in this project's `composer.json` and note new versions in `composer.lock` file:
|
||||
|
||||
`composer update`
|
||||
|
||||
- Update composer lock only after updating `composer.json` manually:
|
||||
- Update only `composer.lock` after updating `composer.json` manually:
|
||||
|
||||
`composer update --lock`
|
||||
|
||||
|
Reference in New Issue
Block a user