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 fc365fd commit 6b465cdCopy full SHA for 6b465cd
.github/dependabot.yml
composer.json
@@ -19,8 +19,8 @@
19
"phpunit/phpunit": "<12.0",
20
"phpfui/phpunit-syntax-coverage": ">=1.0",
21
"roave/security-advisories": "dev-latest",
22
- "friendsofphp/php-cs-fixer": "^3.2",
23
- "phpstan/phpstan": "^1.8"
+ "friendsofphp/php-cs-fixer": "*",
+ "phpstan/phpstan": "*"
24
},
25
"autoload": {
26
"psr-4": {"PHPFUI\\HTMLUnitTester\\": "src/PHPFUI/HTMLUnitTester/"}
0 commit comments