File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11composer.lock
22.idea /
33vendor /
4+ .phpunit.result.cache
Original file line number Diff line number Diff line change 2020 ],
2121 "require" : {
2222 "php" : " ^7.4|^8.0" ,
23- "psr/log" : " ^1.0 " ,
23+ "psr/log" : " ^1|^2|^3 " ,
2424 "symfony/process" : " >=4.4"
2525 },
2626 "require-dev" : {
2727 "phpunit/phpunit" : " ^9.5" ,
2828 "phpspec/prophecy-phpunit" : " ^2.0" ,
2929 "squizlabs/php_codesniffer" : " ^3.6" ,
3030 "brainbits/phpcs-standard" : " ^5.0" ,
31- "phpstan/phpstan" : " ^0.12.99 " ,
32- "brainbits/phpstan-rules" : " ^2 .0"
31+ "phpstan/phpstan" : " ^1.8.2 " ,
32+ "brainbits/phpstan-rules" : " ^3.0 .0"
3333 },
3434 "autoload" : {
3535 "psr-4" : { "Brainbits\\ Transcoder\\ " : " src/" }
3636 },
3737 "autoload-dev" : {
3838 "psr-4" : { "Brainbits\\ Transcoder\\ Tests\\ " : " tests/" }
3939 },
40+ "config" : {
41+ "allow-plugins" : {
42+ "dealerdirect/phpcodesniffer-composer-installer" : true
43+ }
44+ },
4045 "extra" : {
4146 "branch-alias" : {
4247 "dev-master" : " 4.0-dev"
You can’t perform that action at this time.
0 commit comments