Skip to content

Commit

Permalink
修改composer.json对PHP版本要求
Browse files Browse the repository at this point in the history
  • Loading branch information
yeszao committed Dec 13, 2017
1 parent b08e8b1 commit 0869423
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.0"
},
Expand All @@ -23,5 +26,10 @@
"platform": {
"php": "5.4"
}
},
"autoload": {
"psr-4": {
"app\\": "app"
}
}
}
8 changes: 5 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0869423

Please sign in to comment.