Skip to content

Commit 6c46e93

Browse files
committed
:octocat:
1 parent dfb8553 commit 6c46e93

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: php
22

33
php:
4-
- 7.0
5-
- 7.1
64
- 7.2
5+
- nightly
76

87
before_install:
98
- curl -o tests/cacert.pem https://curl.haxx.se/ca/cacert.pem

composer.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,14 @@
1818
"issues": "https://github.com/chillerlan/php-httpinterface/issues",
1919
"source": "https://github.com/chillerlan/php-httpinterface"
2020
},
21-
"provide": {
22-
"chillerlan/php-httpinterface": "1.0"
23-
},
2421
"require": {
25-
"php": "^7.0.3",
22+
"php": "^7.2.0",
2623
"chillerlan/php-traits": "^2.0",
2724
"psr/log": "^1.0"
2825
},
2926
"require-dev": {
3027
"guzzlehttp/guzzle": "^6.3",
31-
"phpunit/phpunit": "^6.5"
28+
"phpunit/phpunit": "^7.3"
3229
},
3330
"autoload": {
3431
"psr-4": {

0 commit comments

Comments
 (0)