Skip to content

Commit

Permalink
Merge pull request #30 from PReimers/bump-php-version
Browse files Browse the repository at this point in the history
Update min PHP Version to 5.6, code style refactor.
  • Loading branch information
bjeavons authored Jul 23, 2018
2 parents 5dd8ee3 + 8e45f2f commit 7a7e113
Show file tree
Hide file tree
Showing 33 changed files with 1,473 additions and 1,055 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
language: php

php:
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm

matrix:
fast_finish: true
allow_failures:
- php: 5.5
- php: 5.4
- php: 5.3
- php: 5.6
- php: hhvm

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^5.3 || ^7.0"
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "*",
Expand Down
Loading

0 comments on commit 7a7e113

Please sign in to comment.