2 Commits

Author SHA1 Message Date
Sebastian a54fe7b239 chore(deps): update dependency phpunit/phpunit to v12.5.33
Build Test / build (pull_request) Successful in 32s
JS Unit Tests / test (pull_request) Successful in 31s
PHP Unit Tests / test (pull_request) Failing after 1m2s
PHP Integration Tests / Integration Tests (pull_request) Failing after 1m18s
2026-07-29 03:01:58 +00:00
Sebastian b8afd75b77 chore: remove dead code
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-28 13:22:08 -04:00
3 changed files with 7 additions and 59 deletions
Generated
+7 -7
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d1b5f8dbf4a0d0bfddbd1473bf180da7",
"content-hash": "d162d02532b7705788ced1ea4c360c05",
"packages": [
{
"name": "laravel/serializable-closure",
@@ -1946,16 +1946,16 @@
},
{
"name": "phpunit/phpunit",
"version": "12.5.32",
"version": "12.5.33",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "c02591dd7840ed124a98d7770753329ad28e9f8f"
"reference": "b98e028a26c5c5ba7e4a54be96ccf35f2914d184"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c02591dd7840ed124a98d7770753329ad28e9f8f",
"reference": "c02591dd7840ed124a98d7770753329ad28e9f8f",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b98e028a26c5c5ba7e4a54be96ccf35f2914d184",
"reference": "b98e028a26c5c5ba7e4a54be96ccf35f2914d184",
"shasum": ""
},
"require": {
@@ -2024,7 +2024,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.32"
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.33"
},
"funding": [
{
@@ -2032,7 +2032,7 @@
"type": "other"
}
],
"time": "2026-07-25T06:54:13+00:00"
"time": "2026-07-28T13:58:09+00:00"
},
{
"name": "sebastian/cli-parser",
-22
View File
@@ -1,22 +0,0 @@
[program:ktrix-mail-daemon]
command=/usr/bin/php /var/www/ktrix/main/bin/console mail:queue:daemon
directory=/var/www/ktrix/main
user=www-data
numprocs=1
autostart=true
autorestart=true
startsecs=5
startretries=3
exitcodes=0
stopsignal=TERM
stopwaitsecs=30
stopasgroup=true
killasgroup=true
redirect_stderr=true
stdout_logfile=/var/www/ktrix/main/var/log/mail-daemon.log
stdout_logfile_maxbytes=10MB
stdout_logfile_backups=5
environment=PHP_INI_SCAN_DIR="/etc/php/8.2/cli/conf.d"
; Process name for easier identification
process_name=%(program_name)s_%(process_num)02d
-30
View File
@@ -1,30 +0,0 @@
[Unit]
Description=Ktrix Mail Queue Daemon
After=network.target
[Service]
Type=simple
User=www-data
Group=www-data
WorkingDirectory=/var/www/ktrix/main
ExecStart=/usr/bin/php bin/console mail:queue:daemon
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=5
StandardOutput=append:/var/www/ktrix/main/var/log/mail-daemon.log
StandardError=append:/var/www/ktrix/main/var/log/mail-daemon.log
# Process management
KillMode=process
KillSignal=SIGTERM
TimeoutStopSec=30
# Security hardening
NoNewPrivileges=true
ProtectSystem=strict
ProtectHome=true
ReadWritePaths=/var/www/ktrix/main/storage
ReadWritePaths=/var/www/ktrix/main/var
[Install]
WantedBy=multi-user.target