Skip to content

Commit 6d6b53e

Browse files
committed
Update dev dependency
Closes #245
1 parent 879b49b commit 6d6b53e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@
3838
"doctrine/persistence": "^2.0|^3.0.3",
3939
"friendsofphp/php-cs-fixer": "^3.9.5",
4040
"mongodb/mongodb": "^1.12",
41-
"ocramius/package-versions": "^1.4",
41+
"ocramius/package-versions": "^2.5",
4242
"phpoffice/phpspreadsheet": "^1.24.1",
4343
"phpstan/extension-installer": "^1.1",
4444
"phpstan/phpstan": "^1.8.2",
4545
"phpstan/phpstan-doctrine": "^1.3.12",
46+
"phpstan/phpstan-phpunit": "^1.1",
4647
"phpstan/phpstan-symfony": "^1.2.9",
4748
"ruflin/elastica": "^6.0|^7.2",
4849
"symfony/browser-kit": "^5.4|^6.1.3",

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ parameters:
22
level: 5
33
paths:
44
- src
5+
excludePaths:
6+
- tests/Fixtures

0 commit comments

Comments
 (0)