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 1818 ],
1919 "require" : {
2020 "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 "
2424 },
2525 "require-dev" : {
2626 "phpunit/phpunit" : " ^8.4.1" ,
2727 "mouf/picotainer" : " ^1.1" ,
2828 "phpstan/phpstan" : " ^0.12.14" ,
2929 "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 "
3232 },
3333 "scripts" : {
3434 "phpstan" : " phpstan analyse src/ -c phpstan.neon --level=7 --no-progress" ,
4848 },
4949 "extra" : {
5050 "branch-alias" : {
51- "dev-master" : " 5 .0.x-dev"
51+ "dev-master" : " 6 .0.x-dev"
5252 }
5353 },
5454 "minimum-stability" : " dev" ,
55- "prefer-stable" : true
55+ "prefer-stable" : true ,
56+ "config" : {
57+ "allow-plugins" : {
58+ "dealerdirect/phpcodesniffer-composer-installer" : true
59+ }
60+ }
5661}
You can’t perform that action at this time.
0 commit comments