daniel-werner / php-quality-tools

Quickly install and set up the necessary quality tools for your php project.
https://www.danielwerner.dev/php-quality-tools-package/
MIT License
42 stars 4 forks source link

Check and update the dependecies #10

Open daniel-werner opened 2 years ago

daniel-werner commented 2 years ago

Check for new versions of the following dependencies used in this project, and update them in the composer.json accordingly:

    "friendsofphp/php-cs-fixer",
    "phpmd/phpmd",
    "phpstan/phpstan",
    "squizlabs/php_codesniffer"

Please also check the default config files if they are compatible with the updated packages.

jotasprout commented 2 years ago

Hey there. Can you please assign this to me?

daniel-werner commented 2 years ago

Sure, here you go :)

jotasprout commented 2 years ago

Thank you! I am on the case! Will get to it after work this afternoon.

jotasprout commented 2 years ago

Sorry, first day of new job was super long and I haven't started yet but am still committed.

jotasprout commented 2 years ago

Starting on it now.