Skip to content

Commit

Permalink
No longer support PHP 5.5 or below
Browse files Browse the repository at this point in the history
  • Loading branch information
zorji committed Mar 29, 2018
1 parent efa7ff9 commit b851eb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ sudo: false
# Setup build matrix
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.6.0",
"doctrine/inflector": "^1.0",
"patchwork/utf8": "^1.2"
},
Expand Down

0 comments on commit b851eb6

Please sign in to comment.