Skip to content

Commit 7654712

Browse files
committed
Pin PHPStan and update Prophecy to fix issues
This is to include a couple of PRs pending release: * Jan0707/phpstan-prophecy#328 * phpspec/prophecy-phpunit#63
1 parent f0dd31a commit 7654712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
},
4040
"require-dev": {
4141
"facile-it/facile-coding-standard": "^1.0",
42-
"jangregor/phpstan-prophecy": "^1.0.0",
42+
"jangregor/phpstan-prophecy": "dev-master as 1.1.0",
4343
"phpspec/prophecy": "dev-master as 1.19",
44-
"phpspec/prophecy-phpunit": "dev-master as 2.2.0",
44+
"phpspec/prophecy-phpunit": "dev-master#0604e27 as 2.2.1",
4545
"phpstan/extension-installer": "^1.0",
46-
"phpstan/phpstan": "^1.10.4",
46+
"phpstan/phpstan": "1.10.62",
4747
"phpstan/phpstan-phpunit": "^1.1",
4848
"phpunit/php-invoker": "^4.0||^5.0",
4949
"psalm/plugin-phpunit": "^0.18",

0 commit comments

Comments
 (0)