|
@@ -5,7 +5,7 @@ things. This chapter documents all the available commands.
|
|
|
|
|
|
## init
|
|
|
|
|
|
-In the [Libraries](02-libraries) chapter we looked at how to create a `composer.json` by
|
|
|
+In the [Libraries](02-libraries.md) chapter we looked at how to create a `composer.json` by
|
|
|
hand. There is also an `init` command available that makes it a bit easier to
|
|
|
do this.
|
|
|
|
|
@@ -106,7 +106,7 @@ specific version.
|
|
|
### Options
|
|
|
|
|
|
* **--installed:** Will list the packages that are installed.
|
|
|
-* **--platform:** Will list only [Platform packages].
|
|
|
+* **--platform:** Will list only platform packages (php & extensions).
|
|
|
|
|
|
## depends
|
|
|
|
|
@@ -171,7 +171,7 @@ directory other than `vendor`.
|
|
|
|
|
|
### COMPOSER_BIN_DIR
|
|
|
|
|
|
-By setting this option you can change the `bin` ([Vendor Bins](articles/vendor-bins))
|
|
|
+By setting this option you can change the `bin` ([Vendor Bins](articles/vendor-bins.md))
|
|
|
directory to something other than `vendor/bin`.
|
|
|
|
|
|
### COMPOSER_PROCESS_TIMEOUT
|