File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 "require-dev" : {
3131 "clue/phar-composer" : " ^1.4" ,
3232 "phpstan/phpstan" : " ^2.1" ,
33- "phpunit/phpunit" : " ^11| ^12.4"
33+ "phpunit/phpunit" : " ^11 || ^12.4"
3434 },
3535 "suggest" : {
3636 "ext-apcu" : " Required for the APCu dashboard." ,
37- "ext-zend-opcache" : " Required for use the OPCache dashboard." ,
3837 "ext-redis" : " Required for use the Redis dashboard." ,
38+ "ext-zend-opcache" : " Required for use the OPCache dashboard." ,
3939 "ext-zlib" : " Required for encoding/decoding with gz* functions." ,
4040 "predis/predis" : " Required for use the Redis dashboard, when Redis extension is not installed."
4141 },
5555 ]
5656 },
5757 "scripts" : {
58- "phar:twig" : " phar-composer build twig/twig" ,
5958 "phar:predis" : " phar-composer build predis/predis" ,
59+ "phar:twig" : " phar-composer build twig/twig" ,
6060 "phpstan" : " phpstan --ansi" ,
6161 "test" : " phpunit --colors=always --display-skipped"
6262 }
You can’t perform that action at this time.
0 commit comments