Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 3e0bed6

Browse files
Nyholmsagikazarmark
authored andcommitted
Using discovery 1.0 (#23)
* Using discovery 1.0 * Dropping php 5.4 support
1 parent 084d306 commit 3e0bed6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache:
77
- $HOME/.composer/cache
88

99
php:
10-
- 5.4
1110
- 5.5
1211
- 5.6
1312
- 7.0
@@ -26,7 +25,7 @@ matrix:
2625
- php: hhvm
2726
fast_finish: true
2827
include:
29-
- php: 5.4
28+
- php: 5.5
3029
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
3130

3231
before_install:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.4",
18+
"php": "^5.5 || ^7.0",
1919
"php-http/httplug": "^1.0",
2020
"guzzlehttp/guzzle": "^5.1",
21-
"php-http/discovery": "^0.9"
21+
"php-http/discovery": "^1.0"
2222
},
2323
"require-dev": {
2424
"ext-curl": "*",

0 commit comments

Comments
 (0)