Skip to content

Commit cd94e14

Browse files
docs: Update version compatibility table
- Remove incorrect PHP version column (packages should be permissive) - Add Laravel 12.x support to v2.x row - Clarify that PHP version is enforced by Laravel, not the package - Simplify table to show package-Laravel-PHP relationship correctly
1 parent 4c7275e commit cd94e14

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
- **Package**: laravel-pay-pocket
2727
- **Alias name**: Laravel PPP (Laravel Pay Pocket Package)
2828
- **Version**: `2.x`
29-
- **PHP Version**: 8.1+
30-
- **Laravel Version**: `10.x`, `11.x`
3129
- **[Composer](https://getcomposer.org/):** `composer require hpwebdeveloper/laravel-pay-pocket`
3230

33-
### Support Policy
31+
## Version Compatibility
3432

35-
| Version | Laravel | PHP | Release date | End of improvements | End of support |
36-
| ------- | ------------ | ------------- | ------------- | ------------------- | -------------- |
37-
| 1.x | ^10.0 | 8.1, 8.2, 8.3 | Nov 30, 2023 | Mar 1, 2024 | |
38-
| 2.x | ^10.0, ^11.0 | 8.2, 8.3 | June 27, 2024 | January 30, 2025 | |
33+
| Package Version | Laravel Versions | PHP Versions | Status |
34+
| --------------- | ---------------- | ------------ | ------------------- |
35+
| 1.x | 10.x | 8.1+ | Security fixes only |
36+
| 2.x | 10.x, 11.x, 12.x | 8.1+ | Active support |
37+
38+
**Note:** The package follows Laravel's philosophy of being as permissive as possible with PHP versions. Your application's `composer.json` will enforce the minimum PHP version required by your Laravel version (10.x requires PHP 8.1+, 11.x and 12.x require PHP 8.2+).
3939

4040
## Installation:
4141

0 commit comments

Comments
 (0)