Skip to content

Commit a023393

Browse files
committed
Downgraded PHPUnit to 4.8. Removed old PHP versions.
1 parent a1485dd commit a023393

File tree

3 files changed

+31
-119
lines changed

3 files changed

+31
-119
lines changed

.travis.yml

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

33
php:
4-
- 5.3
5-
- 5.4
64
- 5.5
75
- 5.6
86
- hhvm

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.3.0"
18+
"php": ">=5.5.0"
1919
},
2020
"require-dev": {
21-
"phpunit/php-code-coverage": "~3.0",
22-
"phpunit/phpunit": "~5.1"
21+
"phpunit/php-code-coverage": "~2.0",
22+
"phpunit/phpunit": "~4.8"
2323
},
2424
"autoload": {
2525
"psr-4": {

composer.lock

Lines changed: 28 additions & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)