Skip to content

Commit

Permalink
Require PHP >= 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed May 18, 2016
1 parent b880755 commit 793e0a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ php:
# using major version aliases

# aliased to a recent 5.3.x version
- 5.3
# - 5.3
# aliased to a recent 5.4.x version
- 5.4
# aliased to a recent 5.5.x version
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"psr-4": {
"Overtrue\\Pinyin\\": "src/"
}
},
"require": {
"php":">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
Expand Down

0 comments on commit 793e0a4

Please sign in to comment.