We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fecf73 commit 3c5b4ffCopy full SHA for 3c5b4ff
composer.json
@@ -22,6 +22,7 @@
22
}
23
],
24
"require": {
25
+ "php": ">=8.2",
26
"league/glide-symfony": "^2.0",
27
"spatie/laravel-package-tools": "^1.16"
28
},
@@ -32,9 +33,9 @@
32
33
"phpunit/phpunit": "^10.1"
34
35
"scripts": {
- "analyse": "./vendor/bin/phpstan analyse",
36
+ "analyse": "./vendor/bin/phpstan analyse --memory-limit=1G",
37
+ "format": "./vendor/bin/php-cs-fixer fix",
38
"format:check": "./vendor/bin/php-cs-fixer check",
- "format:fix": "./vendor/bin/php-cs-fixer fix",
39
"test": "./vendor/bin/phpunit"
40
41
"autoload": {
0 commit comments