Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jul 26, 2016
1 parent 2fa1c4e commit f572b95
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,30 @@ a simple php print tool, 简单的php数据打印工具

## Composer

> use composer
- command

`composer required inhere/simple-print-tool`

- use composer.json

> stable
```
"require-dev": {
"inhere/simple-print-tool": "~1.0"
}
```

> lastest
```
"require-dev": {
"inhere/simple-print-tool": "dev-master"
},
"repositories": [
{
"type": "git",
"url": "https://git.oschina.net/inhere/simple-print-tool"
}
]
}
```

run `composer up`


## Manual Load - 手动加载

Expand Down

0 comments on commit f572b95

Please sign in to comment.