Skip to content

Commit

Permalink
allow php 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <[email protected]>
  • Loading branch information
fezfez committed Nov 3, 2023
1 parent bee6718 commit d981071
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 276 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"extra": {
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"dflydev/fig-cookies": "^2.0.1 || ^3.0",
"laminas/laminas-cli": "^1.8",
"laminas/laminas-diactoros": "^2.25.2 || ^3.0",
Expand All @@ -51,13 +51,13 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"filp/whoops": "^2.15.2",
"filp/whoops": "^2.15.3",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-servicemanager": "^3.20",
"phpunit/phpunit": "^10.2.2",
"laminas/laminas-servicemanager": "^3.22.1",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"swoole/ide-helper": "^5.0.3",
"vimeo/psalm": "^5.12"
"swoole/ide-helper": "^5.1.0",
"vimeo/psalm": "^5.15"
},
"suggest": {
"ext-inotify": "To use inotify based file watcher. Required for hot code reloading.",
Expand Down
Loading

0 comments on commit d981071

Please sign in to comment.