feat: call off single disposition as admin with optional notification

This commit is contained in:
Björn Fromme
2025-07-22 16:15:18 +02:00
parent b5314d270a
commit 231d0f315b
19 changed files with 1383 additions and 14 deletions
+3 -1
View File
@@ -113,7 +113,8 @@
],
"post-update-cmd": [
"@auto-scripts"
]
],
"php-cs-fixer": "php-cs-fixer --rules=@Symfony"
},
"conflict": {
"symfony/symfony": "*"
@@ -126,6 +127,7 @@
},
"require-dev": {
"deployer/deployer": "^7.3",
"friendsofphp/php-cs-fixer": "^3.84",
"marcocesarato/php-conventional-changelog": "^1.17",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "6.4.*",