someson

Results 2 issues of someson

Volt view with `{{ get_title() }}` produces following deprecation noctice: ```html Deprecated: Use of "self" in callables is deprecated in /var/www/storage/cache/volt/_var_www_app_shared_views_error.volt.php on line 5 Deprecated: Use of "self" in callables...

bug
5.0

**Describe the bug** ```json "require": { "php": ">=8.2", "ext-json": "*", "guzzlehttp/psr7": "^2.3", "guzzlehttp/guzzle": "^7.4", "symfony/service-contracts": "3.0.2", "symfony/event-dispatcher-contracts": "3.0.2", "symfony/deprecation-contracts": "3.0.2", "symfony/string": "6.0.10" } ``` `guzzlehttp/guzzle` has an internal dependency of...

bug