File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " >=7.2" ,
21
- "thecodingmachine/graphqlite" : " ^5 .0" ,
22
- "symfony/validator" : " ^4.2 | ^5 | ^ 6" ,
23
- "doctrine/annotations" : " ^1.6 "
21
+ "thecodingmachine/graphqlite" : " ^6 .0" ,
22
+ "symfony/validator" : " ^6" ,
23
+ "doctrine/annotations" : " ^1.13 "
24
24
},
25
25
"require-dev" : {
26
26
"phpunit/phpunit" : " ^8.4.1" ,
27
27
"mouf/picotainer" : " ^1.1" ,
28
28
"phpstan/phpstan" : " ^0.12.14" ,
29
29
"php-coveralls/php-coveralls" : " ^2.1.0" ,
30
- "symfony/translation" : " ^4 | ^5 | ^ 6" ,
31
- "doctrine/coding-standard" : " ^9.0 "
30
+ "symfony/translation" : " ^6" ,
31
+ "doctrine/coding-standard" : " ^11.1 "
32
32
},
33
33
"scripts" : {
34
34
"phpstan" : " phpstan analyse src/ -c phpstan.neon --level=7 --no-progress" ,
48
48
},
49
49
"extra" : {
50
50
"branch-alias" : {
51
- "dev-master" : " 5 .0.x-dev"
51
+ "dev-master" : " 6 .0.x-dev"
52
52
}
53
53
},
54
54
"minimum-stability" : " dev" ,
55
- "prefer-stable" : true
55
+ "prefer-stable" : true ,
56
+ "config" : {
57
+ "allow-plugins" : {
58
+ "dealerdirect/phpcodesniffer-composer-installer" : true
59
+ }
60
+ }
56
61
}
You can’t perform that action at this time.
0 commit comments