Skip to content

Commit 23c51cd

Browse files
committed
Install PHPStan through composer
It has isolated dependencies nowadays and it will be helpful for other developers, who probably expect it to be installed that way and do not want to use Nix.
1 parent c14e3ad commit 23c51cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"require-dev" : {
1212
"friendsofphp/php-cs-fixer": "^3.0",
1313
"php-parallel-lint/php-parallel-lint": "^1.0",
14-
"symfony/phpunit-bridge": "^6.2"
14+
"symfony/phpunit-bridge": "^6.2",
15+
"phpstan/phpstan": "^1.12"
1516
},
1617
"autoload": {
1718
"psr-4": { "Fossar\\GuzzleTranscoder\\": "src/" }

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
# Composer and PHP.
3535
php
3636
php.packages.composer
37-
php.packages.phpstan
3837
];
3938
};
4039
};

0 commit comments

Comments
 (0)