We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879b49b commit 6d6b53eCopy full SHA for 6d6b53e
composer.json
@@ -38,11 +38,12 @@
38
"doctrine/persistence": "^2.0|^3.0.3",
39
"friendsofphp/php-cs-fixer": "^3.9.5",
40
"mongodb/mongodb": "^1.12",
41
- "ocramius/package-versions": "^1.4",
+ "ocramius/package-versions": "^2.5",
42
"phpoffice/phpspreadsheet": "^1.24.1",
43
"phpstan/extension-installer": "^1.1",
44
"phpstan/phpstan": "^1.8.2",
45
"phpstan/phpstan-doctrine": "^1.3.12",
46
+ "phpstan/phpstan-phpunit": "^1.1",
47
"phpstan/phpstan-symfony": "^1.2.9",
48
"ruflin/elastica": "^6.0|^7.2",
49
"symfony/browser-kit": "^5.4|^6.1.3",
phpstan.neon
@@ -2,3 +2,5 @@ parameters:
2
level: 5
3
paths:
4
- src
5
+ excludePaths:
6
+ - tests/Fixtures
0 commit comments