File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 Setono
3+ Copyright (c) 2023 Setono
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ $ composer require --dev setono/code-quality-pack
88## Packages
99
1010* [ ergebnis/composer-normalize] ( https://github.com/ergebnis/composer-normalize )
11- * Normalizes your ` composer.json ` . This has a few advantages - easier diffs being one of them.
11+ * Normalizes your ` composer.json ` . This has a few advantages - easier diffs being one of them.
12+ * [ rector/rector] ( https://getrector.org/documentation )
13+ * Easily refactors and upgrades your code base.
1214* [ sylius-labs/coding-standard] ( https://github.com/SyliusLabs/CodingStandard )
1315 * Sylius' coding standard. Very thorough.
1416* [ vimeo/psalm] ( https://psalm.dev/ )
15- * A static analysis tool much like PHPStan, but a lot of people would argue it's better.
17+ * A static analysis tool much like PHPStan, but a lot of people would argue it's better.
Original file line number Diff line number Diff line change 66 "require" : {
77 "php" : " >=7.4" ,
88 "ergebnis/composer-normalize" : " ^2.28" ,
9+ "rector/rector" : " ^0.15.7" ,
910 "sylius-labs/coding-standard" : " ^4.1.1" ,
1011 "vimeo/psalm" : " ^4.30 || ^5.0"
1112 },
You can’t perform that action at this time.
0 commit comments