Skip to content

Commit f469df2

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # composer.json
2 parents eb0e031 + 74afb13 commit f469df2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/validator": "^7"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^9.6.5",
25+
"phpunit/phpunit": "^9.6.5 || ^10.0.0",
2626
"mouf/picotainer": "^1.1",
2727
"phpstan/phpstan": "^1.8",
2828
"php-coveralls/php-coveralls": "^2.1.0",

0 commit comments

Comments
 (0)