Skip to content

Commit

Permalink
relax dev-deps to properly build with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Nov 9, 2024
1 parent be5d1b1 commit a9ddc37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"nette/tester": "~2.4",
"nette/caching": "~3.0",
"nette/di": "~3.0",
"nette/utils": "~3.0",
"nette/finder": "~2.5",
"nette/utils": "~3.0 || ~4.0",
"nette/finder": "~2.5 || ~3.0",
"nette/neon": "~3.0",
"nextras/multi-query-parser": "1.0.0",
"nextras/multi-query-parser": "~1.0",
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan": "1.12.6",
"phpstan/phpstan-deprecation-rules": "1.1.4",
Expand Down

0 comments on commit a9ddc37

Please sign in to comment.