Skip to content

Commit 3c5b4ff

Browse files
committed
fix: set phpstan memory limit
1 parent 8fecf73 commit 3c5b4ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323
],
2424
"require": {
25+
"php": ">=8.2",
2526
"league/glide-symfony": "^2.0",
2627
"spatie/laravel-package-tools": "^1.16"
2728
},
@@ -32,9 +33,9 @@
3233
"phpunit/phpunit": "^10.1"
3334
},
3435
"scripts": {
35-
"analyse": "./vendor/bin/phpstan analyse",
36+
"analyse": "./vendor/bin/phpstan analyse --memory-limit=1G",
37+
"format": "./vendor/bin/php-cs-fixer fix",
3638
"format:check": "./vendor/bin/php-cs-fixer check",
37-
"format:fix": "./vendor/bin/php-cs-fixer fix",
3839
"test": "./vendor/bin/phpunit"
3940
},
4041
"autoload": {

0 commit comments

Comments
 (0)