Skip to content

Commit 5b06d99

Browse files
committed
Update dev dependencies
Also dropped testing on PHP 5.5
1 parent ebe0e99 commit 5b06d99

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

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

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
76
- 7.1

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react/promise": "^2.4.1"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^4.6.10",
26-
"codeclimate/php-test-reporter": "dev-master"
25+
"phpunit/phpunit": "^5.0.0",
26+
"codeclimate/php-test-reporter": "^0.4.0"
2727
}
2828
}

0 commit comments

Comments
 (0)