We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0da96f6 + 93c4c1e commit 2319f40Copy full SHA for 2319f40
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: composer
4
+ directory: "/"
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
@@ -8,8 +8,8 @@
},
"require-dev": {
- "phpstan/phpstan": "v1.8.0",
- "phpunit/phpunit": "v9.5.21"
+ "phpstan/phpstan": "^v1.8",
+ "phpunit/phpunit": "^v9.5"
13
14
15
"license": "MIT",
0 commit comments