Skip to content

Commit 188b0bc

Browse files
committed
Go back to Sylius coding standard and remove phpstan things
1 parent fc9833a commit 188b0bc

2 files changed

Lines changed: 3 additions & 25 deletions

File tree

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,7 @@ $ composer require --dev setono/code-quality-pack
99

1010
* [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize)
1111
* Normalizes your `composer.json`. This has a few advantages - easier diffs being one of them.
12-
* [phpstan/phpstan](https://github.com/phpstan/phpstan)
13-
* A static analysis tool.
14-
* [korbeil/phpstan-generic-rules](https://github.com/Korbeil/phpstan-generic-rules)
15-
* Has some very simple phpstan rules, i.e. it finds usages of debug functions like `dd` and reports them.
16-
* [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine)
17-
* Doctrine extensions for PHPStan.
18-
* [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules)
19-
* Strict PHPStan rules.
20-
* [phpstan/phpstan-webmozart-assert](https://github.com/phpstan/phpstan-webmozart-assert)
21-
* [webmozart/assert](https://github.com/webmozart/assert) extension for PHPStan.
22-
* [phpstan/extension-installer](https://github.com/phpstan/extension-installer)
23-
* Automatically installs PHPStan extensions. This makes sure that all extensions are installed automatically and you
24-
don't have to add them to your `phpstan.neon` config.
2512
* [sylius-labs/coding-standard](https://github.com/SyliusLabs/CodingStandard)
2613
* Sylius' coding standard. Very thorough.
27-
* [thecodingmachine/phpstan-safe-rule](https://github.com/thecodingmachine/phpstan-safe-rule)
28-
* A PHPStan rule that reports usage of functions which that can return arbitrary results instead of throwing exceptions.
2914
* [vimeo/psalm](https://psalm.dev/)
30-
* A static analysis tool much like PHPStan
15+
* A static analysis tool much like PHPStan, but a lot of people would argue it's better.

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@
55
"license": "MIT",
66
"require": {
77
"ergebnis/composer-normalize": "^2.13",
8-
"korbeil/phpstan-generic-rules": "^0.2.4",
9-
"phpstan/extension-installer": "^1.1",
10-
"phpstan/phpstan": "^0.12.76",
11-
"phpstan/phpstan-doctrine": "^0.12.32",
12-
"phpstan/phpstan-strict-rules": "^0.12.9",
13-
"phpstan/phpstan-webmozart-assert": "^0.12.12",
14-
"setono/coding-standard": "^1.0.2",
15-
"thecodingmachine/phpstan-safe-rule": "^1.0.1",
16-
"vimeo/psalm": "^4.5.2"
8+
"sylius-labs/coding-standard": "^4.0.2",
9+
"vimeo/psalm": "^4.7"
1710
},
1811
"config": {
1912
"sort-packages": true

0 commit comments

Comments
 (0)