Skip to content

Commit

Permalink
Drop PHP 7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
phpfui committed Apr 19, 2023
1 parent a18d669 commit bf761ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1]
php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
stability: [prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ composer require zbateson/stream-decorators

## Requirements

StreamDecorators requires PHP 7.1 or newer. Tested on PHP 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 and 8.2.
StreamDecorators requires PHP 7.2 or newer. Tested on PHP 7.2, 7.3, 7.4, 8.0, 8.1 and 8.2.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.2",
"guzzlehttp/psr7": "^1.9 | ^2.0",
"zbateson/mb-wrapper": "^1.0.0"
},
Expand Down

0 comments on commit bf761ce

Please sign in to comment.