Skip to content

Commit

Permalink
chore: bump minimum PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Mar 4, 2024
1 parent e9a5217 commit 3afdff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Lightweight PSR-18 HTTP Client mocking implementation tailored to simplify testi

## Requirements

- PHP 8.0+
- PHP 8.1+

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"homepage": "https://github.com/psr-mock/http-client-implementation",
"require": {
"php": "^8.0",
"php": "^8.1",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
Expand Down

0 comments on commit 3afdff3

Please sign in to comment.