Skip to content

Commit 86727a3

Browse files
committed
remove php 7.1 support
1 parent 8f2e398 commit 86727a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '7.1'
43
- '7.2'
54
- '7.3'
65
- '7.4'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php-http/discovery": "^1.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^9.0",
23+
"phpunit/phpunit": "^8.0 || ^9.0",
2424
"php-http/guzzle6-adapter": "^1.0",
2525
"mockery/mockery": "^1.4",
2626
"nyholm/nsa": "^1.0",

0 commit comments

Comments
 (0)