Skip to content

Commit 74afb13

Browse files
authored
Merge branch 'master' into master
2 parents 3d48c7e + 433380b commit 74afb13

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
],
1919
"require" : {
2020
"php" : ">=8.1",
21-
"thecodingmachine/graphqlite" : "^6.0|^7.0",
21+
"thecodingmachine/graphqlite" : "^6.0 || ^7.0",
2222
"symfony/validator": "^6|^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",
2929
"symfony/translation": "^6|^7",
30-
"doctrine/coding-standard": "^11.1|^12.0"
30+
"doctrine/coding-standard": "^11.1 || ^12.0"
3131
},
3232
"scripts": {
3333
"phpstan": "phpstan analyse src/ -c phpstan.neon --level=7 --no-progress",

0 commit comments

Comments
 (0)