Refactor code structure for improved readability and maintainability

This commit is contained in:
hamed
2026-08-18 08:03:40 +03:30
parent 1d13212d47
commit 57ea7b8c59
2 changed files with 290 additions and 290 deletions
+7 -7
View File
@@ -10,12 +10,12 @@
"ext-ctype": "*",
"ext-iconv": "*",
"ext-soap": "*",
"altcha-org/altcha": "^2.0",
"doctrine/doctrine-bundle": ">=2.18.3",
"altcha-org/altcha": "^2.1",
"doctrine/doctrine-bundle": ">=2.19.0",
"doctrine/doctrine-migrations-bundle": "*",
"doctrine/orm": "^3.6",
"doctrine/orm": "^3.6.8",
"lexik/jwt-authentication-bundle": "*",
"nelmio/api-doc-bundle": "*",
"nelmio/api-doc-bundle": ">=5.11.1",
"nelmio/cors-bundle": "*",
"symfony/asset": "7.4.*",
"symfony/cache": "7.4.*",
@@ -42,7 +42,7 @@
"symfony/webpack-encore-bundle": "^2.4.1",
"symfony/yaml": "7.4.*",
"twig/twig": ">=3.28",
"zircote/swagger-php": ">=6.4"
"zircote/swagger-php": ">=6.6"
},
"config": {
"allow-plugins": {
@@ -98,10 +98,10 @@
}
},
"require-dev": {
"phpstan/phpstan": "^2.2.5",
"phpstan/phpstan": "^2.2.8",
"phpstan/phpstan-doctrine": "^2.0.28",
"phpstan/phpstan-symfony": "^2.0.20",
"phpunit/phpunit": "^12.5.31",
"phpunit/phpunit": "^12.5.33",
"symfony/browser-kit": "7.4.*",
"symfony/css-selector": "7.4.*",
"symfony/debug-bundle": "7.4.*",
Generated
+283 -283
View File
File diff suppressed because it is too large Load Diff