Skip to content

Commit ee48c8f

Browse files
author
Chris Carlevato
committed
Fix README
1 parent 250fdf5 commit ee48c8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This class endeavors to make it easy to use better sessions in PHP scripts.
2020

2121
### Compatibility
2222

23-
[![PHP Compatibility](https://img.shields.io/badge/PHP-7.1_to_7.4-%238892BF.svg?logo=php)](https://php.net/)
23+
[![PHP Compatibility](https://img.shields.io/badge/PHP-7.2_to_7.4-%238892BF.svg?logo=php)](https://php.net/)
2424

2525
Session class is developed for and tested with recent PHP Version:
2626

@@ -56,7 +56,7 @@ By default basic checks are performed when creating a session:
5656

5757
Additional optional debugging can be enabled in session settings:
5858

59-
- **PHP Version:** Confirms the version available is 7.1.0 or newer
59+
- **PHP Version:** Confirms the version available is 7.2.0 or newer
6060
- **Session Directory:** Confirms write access to PHP session directory
6161
- **Session Domain:** Confirms session domain setting matches the request domain
6262

0 commit comments

Comments
 (0)