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 1
1
composer.lock
2
2
.idea /
3
3
vendor /
4
+ .phpunit.result.cache
Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"php" : " ^7.4|^8.0" ,
23
- "psr/log" : " ^1.0 " ,
23
+ "psr/log" : " ^1|^2|^3 " ,
24
24
"symfony/process" : " >=4.4"
25
25
},
26
26
"require-dev" : {
27
27
"phpunit/phpunit" : " ^9.5" ,
28
28
"phpspec/prophecy-phpunit" : " ^2.0" ,
29
29
"squizlabs/php_codesniffer" : " ^3.6" ,
30
30
"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"
33
33
},
34
34
"autoload" : {
35
35
"psr-4" : { "Brainbits\\ Transcoder\\ " : " src/" }
36
36
},
37
37
"autoload-dev" : {
38
38
"psr-4" : { "Brainbits\\ Transcoder\\ Tests\\ " : " tests/" }
39
39
},
40
+ "config" : {
41
+ "allow-plugins" : {
42
+ "dealerdirect/phpcodesniffer-composer-installer" : true
43
+ }
44
+ },
40
45
"extra" : {
41
46
"branch-alias" : {
42
47
"dev-master" : " 4.0-dev"
You can’t perform that action at this time.
0 commit comments