Skip to content

Commit

Permalink
Pin PHPStan and update Prophecy to fix issues
Browse files Browse the repository at this point in the history
This is to include a couple of PRs pending release:
 * Jan0707/phpstan-prophecy#328
 * phpspec/prophecy-phpunit#63
  • Loading branch information
Jean85 committed Mar 18, 2024
1 parent f0dd31a commit 7654712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"require-dev": {
"facile-it/facile-coding-standard": "^1.0",
"jangregor/phpstan-prophecy": "^1.0.0",
"jangregor/phpstan-prophecy": "dev-master as 1.1.0",
"phpspec/prophecy": "dev-master as 1.19",
"phpspec/prophecy-phpunit": "dev-master as 2.2.0",
"phpspec/prophecy-phpunit": "dev-master#0604e27 as 2.2.1",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.10.4",
"phpstan/phpstan": "1.10.62",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/php-invoker": "^4.0||^5.0",
"psalm/plugin-phpunit": "^0.18",
Expand Down

0 comments on commit 7654712

Please sign in to comment.