Skip to content

Commit

Permalink
Add support for PHP 8.3
Browse files Browse the repository at this point in the history
Drop support for PHP 8.0 and 8.1
  • Loading branch information
odan committed Sep 20, 2024
1 parent 4d3903d commit e36aac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"homepage": "https://github.com/odan/session",
"license": "MIT",
"require": {
"php": "^8.0",
"php": "8.2.* || 8.3.*",
"psr/http-message": "^1",
"psr/http-server-handler": "^1",
"psr/http-server-middleware": "^1"
Expand Down
2 changes: 1 addition & 1 deletion docs/v6/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description: "Version 6"

## Requirements

* PHP 8.0+
* PHP 8.2+

## Installation

Expand Down

0 comments on commit e36aac4

Please sign in to comment.