Skip to content

Commit 6b465cd

Browse files
committedDec 26, 2024·
Update PHPStan
1 parent fc365fd commit 6b465cd

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed
 

‎.github/dependabot.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"phpunit/phpunit": "<12.0",
2020
"phpfui/phpunit-syntax-coverage": ">=1.0",
2121
"roave/security-advisories": "dev-latest",
22-
"friendsofphp/php-cs-fixer": "^3.2",
23-
"phpstan/phpstan": "^1.8"
22+
"friendsofphp/php-cs-fixer": "*",
23+
"phpstan/phpstan": "*"
2424
},
2525
"autoload": {
2626
"psr-4": {"PHPFUI\\HTMLUnitTester\\": "src/PHPFUI/HTMLUnitTester/"}

0 commit comments

Comments
 (0)
Please sign in to comment.