Skip to content

Commit 13af31b

Browse files
committed
fix: update PHP version requirements from 8.1 to 8.2 in README.md
1 parent c20edad commit 13af31b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ A modern, developer-friendly PHP SDK for the [Paystack API](https://paystack.com
77
## Features
88

99
-**Complete API Coverage** - All Paystack API endpoints supported
10-
-**Type Safety** - Full PHP 8.1+ type declarations
10+
-**Type Safety** - Full PHP 8.2+ type declarations
1111
-**Parameter Validation** - Automatic validation of API parameters
1212
-**PSR-18 HTTP Client** - Compatible with any PSR-18 HTTP client
1313
-**Comprehensive Examples** - Detailed usage examples for all features
1414
-**Exception Handling** - Detailed error responses and exception handling
15-
-**Modern PHP** - Built for PHP 8.1+ with modern coding standards
15+
-**Modern PHP** - Built for PHP 8.2+ with modern coding standards
1616

1717
## Quick Links
1818

@@ -41,7 +41,7 @@ A modern, developer-friendly PHP SDK for the [Paystack API](https://paystack.com
4141

4242
## Requirements
4343

44-
- **PHP 8.1 or higher**
44+
- **PHP 8.2 or higher**
4545
- **PSR-18 HTTP Client** (any implementation)
4646
- **Composer** for dependency management
4747

0 commit comments

Comments
 (0)