Skip to content

Commit f8c4f70

Browse files
committed
setup vendor/phpstan command + bump versions
1 parent 73041ac commit f8c4f70

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
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
},
@@ -33,6 +33,7 @@
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",

0 commit comments

Comments
 (0)