Skip to content

Commit

Permalink
Add php 8.2 support (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweikenb authored Jun 6, 2023
1 parent 9da96ed commit dbe55fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1 | ^8.2",
"ext-pcntl": "*",
"ext-posix": "*",
"ext-sockets": "*"
Expand Down

0 comments on commit dbe55fd

Please sign in to comment.