Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
edenleung committed Dec 6, 2019
2 parents cb74d10 + 3dd4a24 commit 82520f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Laravel
name: ThinkPHP

on: [push]

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ ThinkPHP Skeleton

> 运行环境要求PHP7.1+。
### 创建项目

```
$ composer create-project xiaodi/think-skeleton
```

### 安装
```sh
$ composer i
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"thinkphp",
"ORM"
],
"minimum-stability": "dev",
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
Expand All @@ -21,8 +22,8 @@
"topthink/think-orm": "^2.0",
"topthink/think-annotation": "^1.0",
"xiaodi/think-whoops": "^1.1",
"xiaodi/think-permission": "^0.5.0",
"xiaodi/think-jwt": "^0.5.0"
"xiaodi/think-jwt": "0.5.*",
"xiaodi/think-permission": "0.5.*"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
Expand All @@ -44,7 +45,7 @@
},
"scripts": {
"start": "php think run",
"analyze": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app",
"analyze": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./route",
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
Expand Down

0 comments on commit 82520f1

Please sign in to comment.