Skip to content

Commit 90ed304

Browse files
committed
Updated dependencies
1 parent 55a5c5a commit 90ed304

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
},
1414
"require": {
1515
"php": "^7.4 || ^8.0",
16-
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.1.2",
16+
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.2.0",
1717
"phpstan/phpdoc-parser": "^2.3.0",
18-
"squizlabs/php_codesniffer": "^4.0.0"
18+
"squizlabs/php_codesniffer": "^4.0.1"
1919
},
2020
"require-dev": {
2121
"phing/phing": "3.0.1|3.1.0",
2222
"php-parallel-lint/php-parallel-lint": "1.4.0",
23-
"phpstan/phpstan": "2.1.31",
23+
"phpstan/phpstan": "2.1.32",
2424
"phpstan/phpstan-deprecation-rules": "2.0.3",
25-
"phpstan/phpstan-phpunit": "2.0.7",
25+
"phpstan/phpstan-phpunit": "2.0.8",
2626
"phpstan/phpstan-strict-rules": "2.0.7",
27-
"phpunit/phpunit": "9.6.8|10.5.48|11.4.4|11.5.36|12.4.1"
27+
"phpunit/phpunit": "9.6.8|10.5.48|11.4.4|11.5.36|12.4.4"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)