Skip to content

Commit

Permalink
Reduce PHP requirement to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankay committed Mar 20, 2018
1 parent 28314fd commit abb49f4
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 331 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cache:
- $HOME/.composer/cache/files

php:
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
}
],
"require": {
"php": ">=5.6",
"php": ">=5.5",
"graze/telnet-client": "^2.0.2",
"graze/xml-utils": "^1.0.0"
"graze/xml-utils": "^1.1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.21",
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^3.0",
"graze/standards": "^2.0",
"mockery/mockery": "^1.0"
"mockery/mockery": "^0.9.9"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit abb49f4

Please sign in to comment.