Skip to content

Commit

Permalink
Add PHP 8.0 support #14
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Dec 23, 2020
1 parent 47fd447 commit c35000f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A session handler for PHP

## Requirements

* PHP 7.2+
* PHP 7.2+ or 8.0+

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"overtrue/phplint": "^1.1",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"slim/slim": "^3.12",
"squizlabs/php_codesniffer": "^3.4"
},
Expand Down

0 comments on commit c35000f

Please sign in to comment.