Skip to content

Commit 8e45f2f

Browse files
committed
Refactor Code
- Fix failing tests - Bump minimum PHP version to 5.6 - Add some CodeStyle
1 parent 5dd8ee3 commit 8e45f2f

33 files changed

+1473
-1055
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
language: php
22

33
php:
4+
- 7.2
45
- 7.1
56
- 7.0
67
- 5.6
7-
- 5.5
8-
- 5.4
9-
- 5.3
108
- hhvm
119

1210
matrix:
1311
fast_finish: true
1412
allow_failures:
15-
- php: 5.5
16-
- php: 5.4
17-
- php: 5.3
13+
- php: 5.6
1814
- php: hhvm
1915

2016
before_script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^5.3 || ^7.0"
15+
"php": "^5.6 || ^7.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "*",

0 commit comments

Comments
 (0)