We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 803968b + 1df95d1 commit 923dc60Copy full SHA for 923dc60
.github/dependabot.yml
@@ -5,3 +5,8 @@ updates:
5
schedule:
6
interval: daily
7
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
composer.json
@@ -9,8 +9,8 @@
},
"require-dev": {
- "phpstan/phpstan": "v1.8.1",
13
- "phpunit/phpunit": "v9.5.21"
+ "phpstan/phpstan": "^v1.8",
+ "phpunit/phpunit": "^v9.5"
14
15
16
"license": "MIT",
0 commit comments