Skip to content

Commit

Permalink
TASK: Flow 7 compatibility (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
simstern authored Mar 1, 2023
1 parent 11db963 commit 0e38be9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tests/Functional/Queue/RedisAuthenticationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RedisAuthenticationTest extends FunctionalTestCase
/**
* Set up dependencies
*/
public function setUp()
public function setUp(): void
{
parent::setUp();
$configurationManager = $this->objectManager->get(ConfigurationManager::class);
Expand Down
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,15 @@
"Neos.Fusion-20170120013047",
"Neos.Flow-20170125103800",
"Neos.Seo-20170127154600",
"Neos.Flow-20170127183102"
"Neos.Flow-20170127183102",
"Neos.Flow-20180415105700",
"Neos.Flow-20190425144900",
"Neos.Flow-20190515215000",
"Neos.Flow-20200813181400",
"Neos.Flow-20201003165200",
"Neos.Flow-20201109224100",
"Neos.Flow-20201205172733",
"Neos.Flow-20201207104500"
]
}
}
}

0 comments on commit 0e38be9

Please sign in to comment.