Skip to content

Commit

Permalink
Update deps for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 28, 2024
1 parent 67f562e commit ec09662
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,19 @@
"nette/component-model": "^3.0.2",
"nette/application": "^3.1.4",
"nette/caching": "^3.1",
"tracy/tracy": "^2.6"
"tracy/tracy": "^2.8"
},
"require-dev": {
"nette/bootstrap": "^3.1",
"nette/robot-loader": "^3.2 || ^4.0",
"nette/robot-loader": "^3.2 || ^4.0@dev",
"nette/tester": "^2.5.1",
"phpstan/phpstan": "^1.10.39",
"phpstan/phpstan-nette": "^1.2.9",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"squizlabs/php_codesniffer": "^3.10.3",
"slevomat/coding-standard": "^8.15.0"
"slevomat/coding-standard": "^8.15.0",
"nette/neon": ">=3.3.4@dev",
"nette/http": "*@dev"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit ec09662

Please sign in to comment.