File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
build
5
5
.idea
6
6
.php_cs.cache
7
+ .php-cs-fixer.cache
7
8
.phpunit.result.cache
8
9
composer.lock
Original file line number Diff line number Diff line change 46
46
"ext-json" : " *"
47
47
},
48
48
"require-dev" : {
49
- "friendsofphp/php-cs-fixer" : " ^2.16 " ,
49
+ "friendsofphp/php-cs-fixer" : " ^2.19||^3.0 " ,
50
50
"guzzlehttp/guzzle" : " ^7.0" ,
51
- "guzzlehttp/psr7" : " ^1.6|^2.0" ,
52
- "phpstan/phpstan" : " ^0.12" ,
53
- "phpstan/phpstan-phpunit" : " ^0.12" ,
54
- "phpstan/phpstan-strict-rules" : " ^0.12" ,
55
- "phpunit/phpunit" : " ^9.3 " ,
51
+ "guzzlehttp/psr7" : " ^1.6|| ^2.0" ,
52
+ "phpstan/phpstan" : " ^0.12.89 " ,
53
+ "phpstan/phpstan-phpunit" : " ^0.12.20 " ,
54
+ "phpstan/phpstan-strict-rules" : " ^0.12.9 " ,
55
+ "phpunit/phpunit" : " ^9.5 " ,
56
56
"psalm/plugin-phpunit" : " ^0.15.0" ,
57
57
"psr/http-factory" : " ^1.0" ,
58
58
"psr/simple-cache" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments