Skip to content

Commit

Permalink
Update composer.lock to remove deprecated packages
Browse files Browse the repository at this point in the history
Removed several deprecated and outdated packages from composer.lock including 'composer/package-versions-deprecated', 'doctrine/instantiator', 'openlss/lib-array2xml', and 'phpunit/php-code-coverage', among others. This ensures the project dependencies are up-to-date and aligns with current best practices.
  • Loading branch information
koriym committed Nov 19, 2024
1 parent 53697f9 commit 5e08555
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 2,036 deletions.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
findUnusedBaselineEntry="false"
findUnusedCode="false"
>
<projectFiles>
<directory name="src" />
Expand Down
3 changes: 1 addition & 2 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"phpmd/phpmd": "^2.9",
"phpmetrics/phpmetrics": "^2.7",
"phpstan/phpstan": "^2.0",
"psalm/plugin-phpunit": "^0.13",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.2"
"vimeo/psalm": "^5.26.1"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 5e08555

Please sign in to comment.