Skip to content

Commit

Permalink
Bump deps and add psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 4, 2020
1 parent 2bed758 commit 6761f00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ $ composer require --dev setono/code-quality-pack
* [sylius-labs/coding-standard](https://github.com/SyliusLabs/CodingStandard)
* Sylius' coding standard. Very thorough.
* [thecodingmachine/phpstan-safe-rule](https://github.com/thecodingmachine/phpstan-safe-rule)
* A PHPStan rule that reports usage of functions which that can return arbitrary results instead of throwing exceptions.
* A PHPStan rule that reports usage of functions which that can return arbitrary results instead of throwing exceptions.
* [vimeo/psalm](https://psalm.dev/)
* A static analysis tool much like PHPStan
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "setono/code-quality-pack",
"type": "library",
"description": "A Symfony pack that requires code quality tools.",
"description": "A pack that installs code quality tools.",
"license": "MIT",
"require": {
"ergebnis/composer-normalize": "^2.5.1",
"ergebnis/composer-normalize": "^2.6.1",
"korbeil/phpstan-generic-rules": "^0.2.4",
"phpstan/extension-installer": "^1.0.4",
"phpstan/phpstan": "^0.12.29",
"phpstan/phpstan-doctrine": "^0.12.16",
"phpstan/phpstan-strict-rules": "^0.12.2",
"phpstan/phpstan-webmozart-assert": "^0.12.6",
"phpstan/phpstan": "^0.12.35",
"phpstan/phpstan-doctrine": "^0.12.19",
"phpstan/phpstan-strict-rules": "^0.12.4",
"phpstan/phpstan-webmozart-assert": "^0.12.7",
"sylius-labs/coding-standard": "^3.1.3",
"symplify/easy-coding-standard": "^7.0 || ^8.0",
"thecodingmachine/phpstan-safe-rule": "^1.0"
"thecodingmachine/phpstan-safe-rule": "^1.0",
"vimeo/psalm": "^3.13"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 6761f00

Please sign in to comment.