Skip to content

Commit 6017f29

Browse files
ekinhbayarPeeHaa
authored andcommitted
Bump PHP && PHPUnit versions && Fix tests
1 parent 7631cba commit 6017f29

28 files changed

+1114
-339
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: php
22

33
php:
4-
- "5.5"
5-
- "5.6"
4+
- "7.0"
5+
- "7.1"
6+
- "nightly"
67

78
before_script:
89
- composer self-update
9-
- composer install
10+
- composer update
1011

1112
script:
1213
- phpunit --configuration phpunit.xml.dist --coverage-text --coverage-clover=coverage.clover

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.5"
16+
"php": "^7"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "4.3.*"
19+
"phpunit/phpunit": "^6"
2020
}
2121
}

0 commit comments

Comments
 (0)