Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
update dependencies (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 authored Aug 3, 2021
1 parent c92969d commit d311962
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Europe/Berlin"
open-pull-requests-limit: 10
Expand All @@ -31,7 +32,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Europe/Berlin"
open-pull-requests-limit: 10
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"monolog/monolog": "^2.3.2"
},
"require-dev": {
"aws/aws-sdk-php": "^3.186.3",
"aws/aws-sdk-php": "^3.186.4",
"bartlett/monolog-callbackfilterhandler": "^2.0",
"cmdisp/monolog-microsoft-teams": "^1.2.0",
"doctrine/couchdb": "1.0.0-beta4",
Expand All @@ -27,6 +27,7 @@
"laminas/laminas-config": "^3.5.0",
"laminas/laminas-dependency-plugin": "^2.1.2",
"laminas/laminas-modulemanager": "^2.10.2",
"laminas/laminas-servicemanager": "^3.7.0",
"mikey179/vfsstream": "^1.6.9",
"mimmi20/coding-standard": "^2.3.0",
"pepakriz/phpstan-exception-rules": "^0.11.7",
Expand Down

0 comments on commit d311962

Please sign in to comment.