Skip to content

Bump symfony to v8 and remove php 8.2 & 8.3 support - #96

Merged
SergiuBota1 merged 4 commits into
2.0from
issue-95
Jul 20, 2026
Merged

Bump symfony to v8 and remove php 8.2 & 8.3 support#96
SergiuBota1 merged 4 commits into
2.0from
issue-95

bump errorhandler to v5

d564185
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Qodana for PHP completed Jul 17, 2026 in 0s

9 new problems found by Qodana for PHP

Qodana for PHP

9 new problems were found

Inspection name Severity Problems
Class constant type is missing ◽️ Notice 7
Getter and setter can be replaced with get and set property hooks ◽️ Notice 1
Property can be 'readonly' ◽️ Notice 1

☁️ View the detailed Qodana report

Detected 61 dependencies

Third-party software list

This page lists the third-party software dependencies used in project

Dependency Version Licenses
brick/varexporter 0.6.0 MIT
doctrine/collections 2.6.0 MIT
doctrine/dbal 4.4.3 MIT
doctrine/deprecations 1.1.6 MIT
doctrine/event-manager 2.1.1 MIT
doctrine/inflector 2.1.0 MIT
doctrine/instantiator 2.1.0 MIT
doctrine/lexer 3.0.1 MIT
doctrine/orm 3.6.7 MIT
doctrine/persistence 4.2.0 MIT
dotkernel/dot-cli 3.11.1 MIT
dotkernel/dot-dependency-injection 1.3.0 MIT
dotkernel/dot-errorhandler 5.0.0 MIT
dotkernel/dot-log 5.3.0 MIT
fig/http-message-util 1.1.5 MIT
gsteel/dot 1.9.0 MIT
laminas/laminas-cli 1.15.0 BSD-3-Clause
laminas/laminas-component-installer 3.8.0 BSD-3-Clause
laminas/laminas-config-aggregator 1.20.0 BSD-3-Clause
laminas/laminas-diactoros 3.8.0 BSD-3-Clause
laminas/laminas-escaper 2.18.0 BSD-3-Clause
laminas/laminas-httphandlerrunner 2.13.0 BSD-3-Clause
laminas/laminas-servicemanager 4.5.1 BSD-3-Clause
laminas/laminas-stdlib 3.21.0 BSD-3-Clause
laminas/laminas-stratigility 4.3.1 BSD-3-Clause
laminas/laminas-translator 2.0.0 BSD-3-Clause
laminas/laminas-validator 3.17.0 BSD-3-Clause
mezzio/mezzio-router 4.2.0 BSD-3-Clause
mezzio/mezzio-template 3.0.0 BSD-3-Clause
mezzio/mezzio 3.28.1 BSD-3-Clause
netglue/laminas-messenger 2.5.0 MIT
nikic/php-parser v5.8.0 BSD-3-Clause
psr/cache 3.0.0 MIT
psr/clock 1.0.0 MIT
psr/container 2.0.2 MIT
psr/event-dispatcher 1.0.0 MIT
psr/http-client 1.0.3 MIT
psr/http-factory 1.1.0 MIT
psr/http-message 2.0 MIT
psr/http-server-handler 1.0.2 MIT
psr/http-server-middleware 1.0.2 MIT
psr/log 3.0.2 MIT
symfony/clock v8.1.0 MIT
symfony/console v8.1.1 MIT
symfony/deprecation-contracts v3.7.1 MIT
symfony/event-dispatcher-contracts v3.7.1 MIT
symfony/event-dispatcher v8.1.1 MIT
symfony/messenger v8.1.1 MIT
symfony/polyfill-ctype v1.37.0 MIT
symfony/polyfill-deepclone v1.40.0 MIT
symfony/polyfill-intl-grapheme v1.38.1 MIT
symfony/polyfill-intl-normalizer v1.38.0 MIT
symfony/polyfill-mbstring v1.38.2 MIT
symfony/polyfill-php84 v1.38.1 MIT
symfony/polyfill-php85 v1.38.1 MIT
symfony/redis-messenger v8.1.1 MIT
symfony/service-contracts v3.7.1 MIT
symfony/string v8.1.0 MIT
symfony/var-exporter v8.1.1 MIT
webimpress/safe-writer 2.2.0 BSD-2-Clause
webmozart/assert 2.4.1 MIT
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 10 in src/App/Message/Message.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Getter and setter can be replaced with get and set property hooks

Getter and setter can be replaced with get and set hooks

Check notice on line 42 in src/Swoole/ServerFactory.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Class constant type is missing

Class constant type is missing

Check notice on line 29 in src/Swoole/Command/StartCommand.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Class constant type is missing

Class constant type is missing

Check notice on line 37 in src/Swoole/ServerFactory.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Class constant type is missing

Class constant type is missing

Check notice on line 21 in src/Swoole/Command/StopCommand.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Class constant type is missing

Class constant type is missing

Check notice on line 27 in src/Swoole/Command/StartCommand.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Class constant type is missing

Class constant type is missing

Check notice on line 59 in src/Swoole/ServerFactory.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Class constant type is missing

Class constant type is missing

Check notice on line 49 in src/Swoole/ServerFactory.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Class constant type is missing

Class constant type is missing

Check notice on line 20 in src/Swoole/PidManager.php

See this annotation in the file changed.

@github-actions github-actions / Qodana for PHP

Property can be 'readonly'

Property can be 'readonly'