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 1af946b commit bd29a34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ updates:
ignore:
- dependency-name: "nette/di"
- dependency-name: "nette/bootstrap"
- dependency-name: "nette/http"
- dependency-name: "nette/robot-loader"
groups:
phpstan:
patterns: ["*phpstan*"]
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@
"nette/application": "^3.1.4@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",
"nepada/coding-standard": "7.14.0",
"nette/di": "^3.0.6@dev",
"nette/bootstrap": ">=3.1@dev"
"nette/bootstrap": ">=3.1@dev",
"nette/http": "*@dev",
"nette/robot-loader": "*@dev"
},
"suggest": {
"nette/di": "for integration with Nette DI container"
Expand Down

0 comments on commit bd29a34

Please sign in to comment.