Skip to content

Commit

Permalink
Refactor Code
Browse files Browse the repository at this point in the history
- Fix failing tests
- Bump minimum PHP version to 5.6
- Add some CodeStyle
  • Loading branch information
PReimers committed Mar 20, 2018
1 parent 5dd8ee3 commit 8e45f2f
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 8e45f2f

Please sign in to comment.