Skip to content

Commit

Permalink
Fix required php version
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Windler committed Sep 10, 2018
1 parent bc58df6 commit 18eb0c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cache:
- $HOME/.composer/cache

php:
- 7.0
- 7.1
- 7.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Http Helper
# Http Helper [![Build Status](https://travis-ci.org/carstenwindler/http-helper.svg?branch=master)](https://travis-ci.org/carstenwindler/http-helper)

A collection of helper functions for your everyday work with http requests and responses.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.1",
"zendframework/zend-diactoros": "^1.3",
"symfony/http-foundation": "^2.7 |^3.3"
},
Expand Down

0 comments on commit 18eb0c6

Please sign in to comment.