Skip to content

Commit

Permalink
Composer: Add friendsofphp/php-cs-fixer as dependency
Browse files Browse the repository at this point in the history
This PR adds `friendsofphp/php-cs-fixer ` as composer dependency.

Usage:
* Used in CI and dev processes to check and correct coding style.

Wrapped By:
* Not applicable, provides the binary and classes for cs-fixing.

Reasoning:
* We need some cli-tool to check and correct coding style.

Maintenance:
* The library is under active maintenance.
* It would be non-critical (although quite sad...) to lose this lib.

Links:
* Packagist: https://packagist.org/packages/friendsofphp/php-cs-fixer
* GitHub: github.com/PHP-CS-Fixer/PHP-CS-Fixer
  • Loading branch information
klees committed Dec 7, 2023
1 parent ab56446 commit c66ad49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"ext-imagick": "*",
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.40",
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit c66ad49

Please sign in to comment.