File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "type" : " cakephp-plugin" ,
55 "license" : " MIT" ,
66 "require" : {
7- "php" : " >=8.1 " ,
7+ "php" : " >=8.2 " ,
88 "ext-fileinfo" : " *" ,
9- "cakephp/cakephp" : " ^5.0.0 " ,
9+ "cakephp/cakephp" : " ^5.1 " ,
1010 "intervention/image" : " ^2.7.2" ,
11- "josegonzalez/cakephp-upload" : " ^8.0 " ,
11+ "josegonzalez/cakephp-upload" : " ^8" ,
1212 "league/csv" : " ^9.8" ,
1313 "nette/utils" : " ^3.2 || ^4.0.0"
1414 },
1515 "require-dev" : {
16- "cakedc/cakephp-phpstan" : " ^3.0 " ,
16+ "cakedc/cakephp-phpstan" : " ^3.1 " ,
1717 "cakephp/cakephp-codesniffer" : " ^5.1" ,
1818 "phpunit/phpunit" : " ^10.1"
1919 },
3333 "cs-check" : " phpcs --colors --parallel=16 -p src/ tests/" ,
3434 "cs-fix" : " phpcbf --colors --parallel=16 -p src/ tests/" ,
3535 "phpstan" : " tools/phpstan analyse" ,
36+ "phpstanv" : " vendor/bin/phpstan --memory-limit=512M analyse" ,
3637 "psalm" : " tools/psalm --show-info=false" ,
3738 "stan" : [
3839 " @phpstan" ,
You can’t perform that action at this time.
0 commit comments