Skip to content

Commit 0a2ef50

Browse files
committed
composer: updated dependencies
1 parent 1ebeb8a commit 0a2ef50

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
@@ -16,13 +16,13 @@
1616
],
1717
"require": {
1818
"php": ">=8.0 <8.2",
19-
"nette/utils": "^3.1.2"
19+
"nette/utils": "^3.2 || ^4.0"
2020
},
2121
"require-dev": {
2222
"nette/tester": "^2.4",
2323
"nikic/php-parser": "^4.13",
2424
"tracy/tracy": "^2.8",
25-
"phpstan/phpstan": "^0.12"
25+
"phpstan/phpstan": "^1.0"
2626
},
2727
"suggest": {
2828
"nikic/php-parser": "to use ClassType::withBodiesFrom() & GlobalFunction::withBodyFrom()"

0 commit comments

Comments
 (0)