Skip to content

Commit

Permalink
Refresh deps (#18)
Browse files Browse the repository at this point in the history
* refresh deps

* remove unused clsas
  • Loading branch information
TomasVotruba authored Jan 1, 2024
1 parent 9f30bb1 commit 23e89f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 43 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
name: 'PHP Linter'
run: vendor/bin/parallel-lint src tests

-
name: 'Check Commented Code'
run: vendor/bin/easy-ci check-commented-code src tests --ansi

-
name: 'Check Active Classes'
run: vendor/bin/class-leak check bin src --ansi
Expand Down
19 changes: 8 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,22 @@
"require": {
"php": ">=8.1",
"nette/utils": "^3.2",
"symfony/console": "^6.3",
"sebastian/diff": "^5.0",
"symfony/console": "^6.4|^7.0",
"sebastian/diff": "^5.1",
"cweagans/composer-patches": "^1.7",
"illuminate/container": "^10.16",
"symfony/finder": "^6.3"
"illuminate/container": "^10.39",
"symfony/finder": "^6.4|^7.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"phpunit/phpunit": "^10.2",
"rector/rector": "^0.17",
"phpunit/phpunit": "^10.5",
"rector/rector": "^0.18.13",
"phpstan/phpstan": "^1.10",
"symplify/easy-coding-standard": "^12.0",
"symplify/easy-ci": "^11.3",
"symplify/phpstan-extensions": "^11.1",
"phpstan/extension-installer": "^1.2",
"php-parallel-lint/php-parallel-lint": "^1.3",
"tomasvotruba/type-coverage": "^0.2",
"tomasvotruba/cognitive-complexity": "^0.1",
"tomasvotruba/unused-public": "^0.2",
"tomasvotruba/class-leak": "^0.1"
"tomasvotruba/class-leak": "^0.2"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 0 additions & 8 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,3 @@ parameters:
paths:
- src
- tests

cognitive_complexity:
class: 25
function: 8


ignoreErrors:
- '#Cognitive complexity for "Symplify\\VendorPatches\\Utils\\ParametersMerger\:\:mergeLeftToRightWithCallable\(\)" is 10, keep it under 8#'
20 changes: 0 additions & 20 deletions src/Console/VendorPatchesApplication.php

This file was deleted.

0 comments on commit 23e89f0

Please sign in to comment.