mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 14:28:53 +02:00
N°9319 increase php min. version to 8.2 (#887)
* Update minimum PHP version to 8.2 * Fix previous wrong resolution of merge conflict
This commit is contained in:
@@ -43,6 +43,7 @@ return static function (ContainerConfigurator $container) {
|
||||
->args([
|
||||
param('session.metadata.storage_key'),
|
||||
param('session.metadata.update_threshold'),
|
||||
param('session.metadata.cookie_lifetime'),
|
||||
]),
|
||||
false,
|
||||
])
|
||||
@@ -53,6 +54,7 @@ return static function (ContainerConfigurator $container) {
|
||||
->args([
|
||||
param('session.metadata.storage_key'),
|
||||
param('session.metadata.update_threshold'),
|
||||
param('session.metadata.cookie_lifetime'),
|
||||
]),
|
||||
false,
|
||||
])
|
||||
@@ -64,6 +66,7 @@ return static function (ContainerConfigurator $container) {
|
||||
->args([
|
||||
param('session.metadata.storage_key'),
|
||||
param('session.metadata.update_threshold'),
|
||||
param('session.metadata.cookie_lifetime'),
|
||||
]),
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user