Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Minimum supported PHP version 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Dec 21, 2018
1 parent af7e570 commit 0931ca1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: php

matrix:
include:
- php: 7.1
- php: 7.2
- php: nightly
fast_finish: true

sudo: false
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 Header interface for PHP 7.2+ based on PSR-7
## HTTP Header interface for PHP 7.1+ based on PSR-7

[![Gitter](https://badges.gitter.im/sunrise-php/support.png)](https://gitter.im/sunrise-php/support)
[![Build Status](https://api.travis-ci.com/sunrise-php/http-header.svg?branch=master)](https://travis-ci.com/sunrise-php/http-header)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"homepage": "https://anatoly.fenric.ru/"
}],
"require": {
"php": "^7.2",
"php": "^7.1",
"psr/http-message": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 0931ca1

Please sign in to comment.