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 27, 2024
1 parent d9545f1 commit c7cbc69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ updates:
- dependency-name: "nette/application"
- dependency-name: "nette/bootstrap"
- dependency-name: "nette/component-model"
- dependency-name: "nette/neon"
- dependency-name: "nette/http"
- dependency-name: "nette/robot-loader"
groups:
phpstan:
patterns: ["*phpstan*"]
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"latte/latte": "^3.0.1@dev"
},
"require-dev": {
"nette/tester": "2.5.3",
"nette/tester": "2.5.4",
"phpstan/phpstan": "1.12.5",
"phpstan/phpstan-strict-rules": "1.6.1",
"phpstan/phpstan-nette": "1.3.8",
"nepada/phpstan-nette-tester": "1.2.0",
"nepada/phpstan-nette-tester": "1.2.1",
"spaze/phpstan-disallowed-calls": "3.4.0",
"shipmonk/phpstan-rules": "3.2.0",
"php-parallel-lint/php-parallel-lint": "1.4.0",
Expand All @@ -33,7 +33,10 @@
"nette/schema": "^1.0.3@dev",
"nette/application": "^3.1.6@dev",
"nette/bootstrap": ">=3.1@dev",
"nette/component-model": ">=3.0.2"
"nette/component-model": ">=3.0.2",
"nette/neon": ">=3.3.4@dev",
"nette/http": "*@dev",
"nette/robot-loader": "*@dev"
},
"conflict": {
"nette/di": "<3.0.6",
Expand Down

0 comments on commit c7cbc69

Please sign in to comment.