Skip to content

Commit 923dc60

Browse files
authored
Merge pull request #12 from PhpGt/11-dependabot
maintenance: dependabot
2 parents 803968b + 1df95d1 commit 923dc60

File tree

3 files changed

+46
-330
lines changed

3 files changed

+46
-330
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: phpunit/phpunit
10+
update-types: ["version-update:semver-patch"]
11+
- dependency-name: phpstan/phpstan
12+
update-types: ["version-update:semver-patch"]

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010

1111
"require-dev": {
12-
"phpstan/phpstan": "v1.8.1",
13-
"phpunit/phpunit": "v9.5.21"
12+
"phpstan/phpstan": "^v1.8",
13+
"phpunit/phpunit": "^v9.5"
1414
},
1515

1616
"license": "MIT",

0 commit comments

Comments
 (0)