Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 15, 2022
1 parent 08727be commit 34b7ad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Expand Up @@ -17,3 +17,4 @@ updates:
- dependency-name: "nette/schema"
- dependency-name: "nette/bootstrap"
- dependency-name: "nette/component-model"
- dependency-name: "nette/http"
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -32,8 +32,9 @@
"nepada/coding-standard": "7.5.2",
"nette/di": "^3.0.6@dev",
"nette/schema": "^1.0.3@dev",
"nette/bootstrap": ">=3.0@dev",
"nette/component-model": ">=3.0.2"
"nette/bootstrap": ">=3.1@dev",
"nette/component-model": ">=3.0.2",
"nette/http": ">=3.1@dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 34b7ad5

Please sign in to comment.