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 382080d commit 7225ae4
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 @@ -18,3 +18,4 @@ updates:
- dependency-name: "nette/bootstrap"
- dependency-name: "nette/component-model"
- dependency-name: "giggsey/libphonenumber-for-php"
- dependency-name: "nette/http"
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -34,9 +34,10 @@
"nepada/coding-standard": "7.5.2",
"nette/di": "^3.0.6@dev",
"nette/schema": "^1.0.3@dev",
"nette/bootstrap": ">=3.0@dev",
"nette/bootstrap": ">=3.1@dev",
"nette/component-model": ">=3.0.2",
"giggsey/libphonenumber-for-php": ">=8.12.34"
"giggsey/libphonenumber-for-php": ">=8.12.34",
"nette/http": ">=3.1@dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7225ae4

Please sign in to comment.