Skip to content

Commit

Permalink
Merge pull request #10 from innogames/GP-32782/add-php8.2-support
Browse files Browse the repository at this point in the history
[GP-32782] Add support for php 8.2 and above
  • Loading branch information
adlenton authored Nov 5, 2024
2 parents db7e567 + ed7f0af commit 3083841
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Forked version to add namespacing

### 5.0.2
* Added support for PHP 8.2 (and above)

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"resque"
],
"require": {
"php": ">=8.0 <8.2",
"php": ">=8.1",
"psr/log": "^1.1",
"symfony/console": "^5.0",
"ext-pcntl": "*",
Expand Down

0 comments on commit 3083841

Please sign in to comment.