File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " >=8.1" ,
21
- "thecodingmachine/graphqlite" : " ^6.0| ^7.0" ,
21
+ "thecodingmachine/graphqlite" : " ^6.0 || ^7.0" ,
22
22
"symfony/validator" : " ^6|^7"
23
23
},
24
24
"require-dev" : {
25
- "phpunit/phpunit" : " ^9.6.5" ,
25
+ "phpunit/phpunit" : " ^9.6.5 || ^10.0.0 " ,
26
26
"mouf/picotainer" : " ^1.1" ,
27
27
"phpstan/phpstan" : " ^1.8" ,
28
28
"php-coveralls/php-coveralls" : " ^2.1.0" ,
29
29
"symfony/translation" : " ^6|^7" ,
30
- "doctrine/coding-standard" : " ^11.1| ^12.0"
30
+ "doctrine/coding-standard" : " ^11.1 || ^12.0"
31
31
},
32
32
"scripts" : {
33
33
"phpstan" : " phpstan analyse src/ -c phpstan.neon --level=7 --no-progress" ,
You can’t perform that action at this time.
0 commit comments