Skip to content

Commit 691f106

Browse files
committed
Composer: upgrade minimal deps
1 parent f57df06 commit 691f106

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
],
2020
"require": {
2121
"php": ">=8.2",
22-
"nette/application": "^3.1.11 || ^4.0.0"
22+
"nette/application": "^3.2.6 || ^4.0.0"
2323
},
2424
"require-dev": {
25-
"nette/http": "^4.0.0",
25+
"nette/http": "^3.3.2 || ^4.0.0",
2626
"contributte/qa": "^0.4.0",
27-
"contributte/phpstan": "^0.1.0",
28-
"contributte/tester": "^0.3.0",
29-
"psr/http-message": "~1.0.1",
30-
"tracy/tracy": "~2.9.1"
27+
"contributte/phpstan": "^0.2.0",
28+
"contributte/tester": "^0.4.0",
29+
"psr/http-message": "^1.0.1 || ^2.0.0",
30+
"tracy/tracy": "^2.9.1"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)