Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 42622cc

Browse files
committed
PHPStan: prefer using .phar to not alter project dependencies
1 parent 103f248 commit 42622cc

File tree

3 files changed

+52
-198
lines changed

3 files changed

+52
-198
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"symfony/yaml": "*"
3636
},
3737
"require-dev": {
38-
"phpstan/phpstan": "^0.11.8",
3938
"phpstan/phpstan-doctrine": "^0.11.5",
39+
"phpstan/phpstan-shim": "^0.11.8",
4040
"phpstan/phpstan-strict-rules": "^0.11.1",
4141
"phpstan/phpstan-symfony": "^0.11.6",
4242
"symfony/debug-pack": "*",

composer.lock

Lines changed: 51 additions & 191 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

symfony.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@
132132
"nette/utils": {
133133
"version": "v3.0.1"
134134
},
135-
"nikic/php-parser": {
136-
"version": "v4.2.2"
137-
},
138135
"ocramius/proxy-manager": {
139136
"version": "2.1.1"
140137
},
@@ -147,9 +144,6 @@
147144
"phpdocumentor/type-resolver": {
148145
"version": "0.4.0"
149146
},
150-
"phpstan/phpdoc-parser": {
151-
"version": "0.3.5"
152-
},
153147
"phpstan/phpstan": {
154148
"version": "0.11.8"
155149
},

0 commit comments

Comments
 (0)