EnAccess / micropowermanager

Open Source Management Tool for Decentralized Utilities.
https://micropowermanager.io/
MIT License
2 stars 4 forks source link

Remove `psalm` #325

Closed dmohns closed 3 weeks ago

dmohns commented 3 weeks ago

Brief summary of the change made

Temporarily remove psalm to be able to resolve some dependency conflicts around nikic/php-parser.

phpunit/php-code-coverage 9.2.31  requires nikic/php-parser (^4.18 || ^5.0) 
psy/psysh                 v0.12.4 requires nikic/php-parser (^5.0 || ^4.0)  
sebastian/complexity      2.0.3   requires nikic/php-parser (^4.18 || ^5.0) 
sebastian/lines-of-code   1.0.4   requires nikic/php-parser (^4.18 || ^5.0) 

Are there any other side effects of this change that we should be aware of?

Describe how you tested your changes?

Pull Request checklist

Please confirm you have completed any of the necessary steps below.