Skip to content

Commit 31d0a6b

Browse files
committed
removed mezzio/mezzio-tooling dependency
Signed-off-by: Jurj-Bogdan <bogdanjurj11@gmail.com>
1 parent f478855 commit 31d0a6b

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"filp/whoops": "^2.18.0",
6161
"laminas/laminas-coding-standard": "^3.1.0",
6262
"laminas/laminas-development-mode": "^3.13.0",
63-
"mezzio/mezzio-tooling": "^2.10.1",
6463
"phpstan/phpstan": "^2.1.17",
6564
"phpstan/phpstan-doctrine": "^2.0.3",
6665
"phpstan/phpstan-phpunit": "^2.0.6",

config/autoload/session.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/**
4141
* Marks the cookie as accessible only through the HTTP protocol.
4242
*/
43-
'cookie_httponly' => true,
43+
'cookie_httponly' => false,
4444

4545
/**
4646
* Specifies the lifetime of the cookie in seconds which is sent to the browser.

config/config.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ class_alias(Admin\App\Laminas\I18n\Validator\IsFloat::class, '\Laminas\I18n\Vali
3535
Mezzio\Router\ConfigProvider::class,
3636
Mezzio\Router\FastRouteRouter\ConfigProvider::class,
3737
Mezzio\Twig\ConfigProvider::class,
38-
class_exists(Mezzio\Tooling\ConfigProvider::class)
39-
? Mezzio\Tooling\ConfigProvider::class
40-
: function () {
41-
return [];
42-
},
4338

4439
// Dotkernel packages
4540
Dot\Cache\ConfigProvider::class,

0 commit comments

Comments
 (0)