Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data sources such as databases or web services via batching and caching.

## Requirements

This library requires PHP >= 7.3 to work.
This library requires PHP >= 8.2 to work.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"overblog/promise-adapter": "self.version"
},
"require": {
"php": "^8.1"
"php": "^8.2"
},
"require-dev": {
"guzzlehttp/promises": "^1.5.0 || ^2.0.0",
Expand Down
Loading