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 e3725bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@
},
"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 e3725bb

Please sign in to comment.