Skip to content

Commit a8a81cf

Browse files
committed
Merge branch 'develop'
2 parents 6bea922 + 49eecb9 commit a8a81cf

File tree

3 files changed

+30
-18
lines changed

3 files changed

+30
-18
lines changed

.github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "composer" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"require": {
32-
"fzaninotto/faker": "^1.9.1"
32+
"fakerphp/faker": "^1.10"
3333
},
3434
"require-dev": {
3535
"modxcms/xpdo2": "^2.8",

composer.lock

+18-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)