Skip to content

Commit 6ee0c1b

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.1.28 | 2.1.29 | | packagist | slam/php-cs-fixer-extensions | 3.12.0 | 3.13.0 |
1 parent e8ce484 commit 6ee0c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
],
1313
"require": {
1414
"php": "~8.3.0 || ~8.4.0",
15-
"phpstan/phpstan": "^2.1.28"
15+
"phpstan/phpstan": "^2.1.29"
1616
},
1717
"require-dev": {
1818
"nette/di": "^3.2.4",
1919
"nette/neon": "^3.4.4",
2020
"nikic/php-parser": "^4.19.2 || ^5.6.0",
2121
"phpstan/phpstan-phpunit": "^2.0.7",
2222
"phpunit/phpunit": "^12.3.14",
23-
"slam/php-cs-fixer-extensions": "^3.12.0"
23+
"slam/php-cs-fixer-extensions": "^3.13.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)