We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb0e031 + 74afb13 commit f469df2Copy full SHA for f469df2
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: composer
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "04:00"
8
+ open-pull-requests-limit: 10
9
+ ignore:
10
+ - dependency-name: doctrine/coding-standard
11
+ versions:
12
+ - 8.0.0
composer.json
@@ -22,7 +22,7 @@
22
"symfony/validator": "^7"
23
},
24
"require-dev": {
25
- "phpunit/phpunit": "^9.6.5",
+ "phpunit/phpunit": "^9.6.5 || ^10.0.0",
26
"mouf/picotainer": "^1.1",
27
"phpstan/phpstan": "^1.8",
28
"php-coveralls/php-coveralls": "^2.1.0",
0 commit comments