From 7cba646ce91c1bf146efbe88187869f83f83e74e Mon Sep 17 00:00:00 2001 From: bcw Date: Sun, 22 Jun 2014 19:43:23 +0800 Subject: [PATCH] update --- cn-introduction/articles/vendor-binaries.md | 2 +- glossary.md | 22 ++++++++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/cn-introduction/articles/vendor-binaries.md b/cn-introduction/articles/vendor-binaries.md index ed73a46..97ed254 100644 --- a/cn-introduction/articles/vendor-binaries.md +++ b/cn-introduction/articles/vendor-binaries.md @@ -56,7 +56,7 @@ Composer 会检查所有依赖包里定义的二进制文件。 在该 `composer.json` 上执行 `composer install` 命令, 不会对 `bin/project-a-bin` 造成任何影响。 -再比如项目 `my-vendor/project-b` 有这样的需求定义: +再比如项目 `my-vendor/project-b` 有这样的 require 定义: ```json { diff --git a/glossary.md b/glossary.md index c09498c..8b88d13 100644 --- a/glossary.md +++ b/glossary.md @@ -1,14 +1,22 @@ -# D +术语表 +=============== -## dependencies 依赖包、依赖关系 -# P +## D -## Package 资源包 +### dependencies 依赖包、依赖关系 -# V +## P -## Vendor 供应商 +### Package 资源包 -## Vendor Binary 二进制供应库 +## S + +### symlink 软链接 + +## V + +### Vendor 供应商 + +### Vendor Binary 二进制供应库