Removing linting
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
2025-11-20 13:31:33 +00:00
parent 0a7b685231
commit 2710cc0a8f
3 changed files with 11 additions and 11 deletions

View File

@@ -1,21 +1,22 @@
{
"name": "furyfire/backupscript",
"description": "Wrapper for Rclone based backup with push notifications",
"type": "project",
"homepage": "https://jcktrue.dk",
"version": "0.1.1",
"license": "GPL-3.0-or-later",
"require": {
"php": "^8.4",
"ext-date": "*",
"ext-SPL": "*",
"ext-json": "*",
"symfony/console": "^6.3.4",
"symfony/yaml": "^6.3.3",
"twig/twig": "^3.7.1",
"symfony/process": "^6.3.4",
"monolog/monolog": "^3.4",
"verifiedjoseph/ntfy-php-library": "^4.3",
"symfony/console": "^6.4.27",
"symfony/yaml": "^6.4.26",
"twig/twig": "^3.22.0",
"symfony/process": "^6.4.26",
"monolog/monolog": "^3.9",
"verifiedjoseph/ntfy-php-library": "^4.7.2",
"league/config": "^1.2",
"psr/log": "^3.0"
"psr/log": "^3.0.2"
},
"autoload": {
"psr-4": {
@@ -23,7 +24,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^10.3.5",
"phpunit/phpunit": "^10.5.58",
"phpmetrics/phpmetrics": "^3.0-dev"
},
"scripts": {