Skip to content

Commit

Permalink
Merge pull request #4 from paxuclus/fix/flow-8-3
Browse files Browse the repository at this point in the history
  • Loading branch information
paxuclus authored Dec 13, 2023
2 parents 13ac945 + cfff0ea commit 3e6e989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Classes/Log/RotatingFileStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct(
int $exceptionsToKeep,
int $archiveThreshold
) {
parent::__construct($storagePath);
parent::__construct($storagePath, 0, 0);

$this->archiveStoragePath = $archiveStoragePath;
$this->unbundledExceptions = $exceptionsToKeep;
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Bundle old Flow exceptions to zips",
"license": ["MIT"],
"require": {
"neos/flow": "^5.3 || ^6.3 || ^7.0 || ^8.0",
"neos/utility-files": "^5.3 || ^6.3 || ^7.0 || ^8.0"
"neos/flow": "^8.3",
"neos/utility-files": "^8.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3e6e989

Please sign in to comment.