Skip to content

Commit f273b46

Browse files
committed
chore: update dev dependencies
1 parent 751ffab commit f273b46

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
php-version:
20-
- "8.3"
2120
- "8.4"
2221
- "8.5"
2322

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"php": "^8.3"
1414
},
1515
"require-dev": {
16-
"brainbits/phpcs-standard": "^8.0.0",
16+
"brainbits/phpcs-standard": "^8.0.1",
1717
"brainbits/phpstan-rules": "^4.0.0",
1818
"ergebnis/composer-normalize": "^2.50",
1919
"ergebnis/phpstan-rules": "^2.13.1",
2020
"phpstan/phpstan": "^2.1.40",
2121
"phpstan/phpstan-phpunit": "^2.0.16",
2222
"phpstan/phpstan-strict-rules": "^2.0.10",
23-
"phpunit/phpunit": "^12.5.14",
23+
"phpunit/phpunit": "^13.0.5",
2424
"rector/rector": "^2.3.8",
25-
"squizlabs/php_codesniffer": "^3.13.5",
25+
"squizlabs/php_codesniffer": "^4.0.1",
2626
"thecodingmachine/phpstan-safe-rule": "^1.4.3"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)