Skip to content

Commit

Permalink
PHP 8.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
berrnd committed Dec 15, 2023
1 parent ffe5548 commit 62f4546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Alternatively clone this repository (the `release` branch always references the

### Platform support

- PHP 8.1 or 8.2
- PHP 8.2 or 8.3
- Required PHP extensions: `fileinfo`, `ctype`, `json`, `intl`, `zlib`, `mbstring`
- Recent Firefox, Chrome or Edge

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": ">=8.1",
"php": ">=8.2",
"slim/slim": "^4.11",
"slim/psr7": "^1.6",
"slim/http": "^1.3",
Expand Down

0 comments on commit 62f4546

Please sign in to comment.