Skip to content

Commit

Permalink
[DX] Remove lines packages as not used, remove deprecations as not us…
Browse files Browse the repository at this point in the history
…ed (#5580)

* remove lines packages as not used, remove deprecations as not used

* bump deps

* remove CODEOWNERS as not used
  • Loading branch information
TomasVotruba committed Feb 7, 2024
1 parent 68dc0ef commit ff8f0c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/CODEOWNERS

This file was deleted.

2 changes: 1 addition & 1 deletion build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.56"
"phpstan/phpstan": "^1.10.57"
},
"autoload": {
"files": [
Expand Down
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"php": "^8.2",
"ext-json": "*",
"clue/ndjson-react": "^1.3",
"composer/semver": "^3.3.2",
"composer/semver": "^3.4",
"composer/xdebug-handler": "^3.0.3",
"doctrine/inflector": "^2.0.6",
"doctrine/inflector": "^2.0.9",
"fidry/cpu-core-counter": "^0.5.1",
"illuminate/container": "^10.39",
"illuminate/container": "^10.43",
"nette/utils": "^3.2",
"nikic/php-parser": "^4.18.0",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.25",
"phpstan/phpstan": "^1.10.56",
"phpstan/phpstan": "^1.10.57",
"react/event-loop": "^1.5",
"react/promise": "^2.10",
"react/socket": "^1.12",
Expand All @@ -44,7 +44,6 @@
},
"require-dev": {
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-webmozart-assert": "^1.2.2",
"phpunit/phpunit": "^10.5",
Expand All @@ -59,7 +58,6 @@
"symplify/vendor-patches": "^11.2",
"tomasvotruba/class-leak": "^0.2",
"tomasvotruba/cognitive-complexity": "^0.2",
"tomasvotruba/lines": "^0.5",
"tomasvotruba/type-coverage": "^0.2",
"tomasvotruba/unused-public": "^0.3",
"tracy/tracy": "^2.9"
Expand Down

0 comments on commit ff8f0c1

Please sign in to comment.