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 0a7d90e commit 7759517Copy full SHA for 7759517
3 files changed
.gitignore
@@ -6,6 +6,5 @@ phpunit.xml
6
/.phpunit.cache/
7
/build/
8
/vendor/
9
-!/vendor-bin/tools/composer.lock
10
/vendor-bin/tools/vendor/
11
/vendor-bin/tools/bin/
vendor-bin/tools/composer.json
@@ -12,7 +12,7 @@
12
"phpstan/phpstan-phpunit": "^2.0.0",
13
"phpstan/phpstan-strict-rules": "^2.0.0",
14
"phpstan/phpstan-symfony": "^2.0.0",
15
- "phpunit/phpunit": "^12.0.0",
+ "phpunit/phpunit": "^12.0.0 || ^13.0.0",
16
"symfony/phpunit-bridge": "^8.0"
17
},
18
"config": {
0 commit comments