Skip to content

Commit

Permalink
Merge pull request #7 from innogames/GP-32783/add-php8.2-support
Browse files Browse the repository at this point in the history
[GP-32783] Add support for php 8.2 and above
  • Loading branch information
ischwy authored Nov 5, 2024
2 parents f261ccc + 20fca7e commit 2221378
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.0.2 ##
* Add support for php 8.2 (and above)

## 5.0.1 ##
* Replace `strftime()` with `date()` to avoid deprecation warnings

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
}
],
"require": {
"php": ">=8.0 <8.2",
"innogames/php-resque": "^5.0",
"php": ">=8.1",
"innogames/php-resque": "^5.0.2",
"psr/log": "^1.1",
"ext-pcntl": "*",
"ext-json": "*"
Expand Down

0 comments on commit 2221378

Please sign in to comment.