We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb8553 commit 6c46e93Copy full SHA for 6c46e93
.travis.yml
@@ -1,9 +1,8 @@
1
language: php
2
3
php:
4
- - 7.0
5
- - 7.1
6
- 7.2
+ - nightly
7
8
before_install:
9
- curl -o tests/cacert.pem https://curl.haxx.se/ca/cacert.pem
composer.json
@@ -18,17 +18,14 @@
18
"issues": "https://github.com/chillerlan/php-httpinterface/issues",
19
"source": "https://github.com/chillerlan/php-httpinterface"
20
},
21
- "provide": {
22
- "chillerlan/php-httpinterface": "1.0"
23
- },
24
"require": {
25
- "php": "^7.0.3",
+ "php": "^7.2.0",
26
"chillerlan/php-traits": "^2.0",
27
"psr/log": "^1.0"
28
29
"require-dev": {
30
"guzzlehttp/guzzle": "^6.3",
31
- "phpunit/phpunit": "^6.5"
+ "phpunit/phpunit": "^7.3"
32
33
"autoload": {
34
"psr-4": {
0 commit comments