Removing linting
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
<phar name="phpdocumentor" version="^3.8.1" installed="3.8.1" location="./tools/phpdocumentor" copy="false"/>
|
||||
<phar name="phpcs" version="^3.12.2" installed="3.13.5" location="./tools/phpcs" copy="false"/>
|
||||
<phar name="phploc" version="^7.0.2" installed="7.0.2" location="./tools/phploc" copy="false"/>
|
||||
<phar name="overtrue/phplint" version="^9.6.2" installed="9.6.2" location="./tools/phplint" copy="false"/>
|
||||
<phar name="phpstan" version="^2.1.12" installed="2.1.12" location="./tools/phpstan" copy="false"/>
|
||||
<phar name="phpmd" version="^2.15.0" installed="2.15.0" location="./tools/phpmd" copy="false"/>
|
||||
<phar name="psalm" version="^7.0.0-beta6" installed="7.0.0-beta6" location="./tools/psalm" copy="false"/>
|
||||
|
||||
@@ -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": {
|
||||
|
||||
2
composer.lock
generated
2
composer.lock
generated
@@ -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": "8a6e4a05096a6be5ece14b4409bd3c48",
|
||||
"content-hash": "b57ba7ce1809dd6d6d01e1bcad7066dc",
|
||||
"packages": [
|
||||
{
|
||||
"name": "dflydev/dot-access-data",
|
||||
|
||||
Reference in New Issue
Block a user