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 6921c7b commit fe6a760Copy full SHA for fe6a760
.gitignore
@@ -1,4 +1,5 @@
1
/vendor/
2
+/composer.lock
3
/build
4
/var
5
/cache
composer.json
@@ -41,8 +41,7 @@
41
"symfony/phpunit-bridge": "^5.3",
42
"thecodingmachine/phpstan-strict-rules": "^v0.12.1",
43
"composer/package-versions-deprecated": "^1.8",
44
- "phpstan/phpstan-webmozart-assert": "^0.12.12",
45
- "phpunit/phpunit": "^9.5"
+ "phpstan/phpstan-webmozart-assert": "^0.12.12"
46
},
47
"conflict": {
48
"mouf/classname-mapper": "<1.0.2",
0 commit comments