Skip to content
Snippets Groups Projects
Unverified Commit a3395344 authored by David Buchmann's avatar David Buchmann Committed by GitHub
Browse files

Merge pull request #15 from php-http/php-upgrade

switch to recent PHP versions
parents c075205d ae2f203d
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,9 @@ cache:
- $HOME/.composer/cache
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- 7.1
- 7.2
- 7.3
env:
global:
......@@ -24,7 +22,7 @@ branches:
matrix:
fast_finish: true
include:
- php: 5.4
- php: 7.1
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
before_install:
......
# Change Log
## 1.1.0 - 2019-11-18
### Added
- Test with PHP 7.1, 7.2, 7.3
### Removed
- PHP 5 support
## 1.0.0 - 2016-01-26
......
......@@ -15,7 +15,7 @@
}
],
"require": {
"php" : "^5.4 || ^7.0"
"php" : "^7.1"
},
"require-dev": {
"phpspec/phpspec": "^2.4",
......@@ -32,7 +32,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment