Skip to content

Commit 9178f7c

Browse files
committed
Removes PHP 8.1 support
1 parent 6f4b01d commit 9178f7c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.1",
13+
"php": ">=8.2",
1414
"sebastian/diff": "^7.0.0||^6.0.1||^5.0||^4.0.3",
1515
"symfony/console": "^7.2.1||^v5.4.8",
1616
"symfony/finder": "^7.2.1||^v5.4.8"
@@ -49,7 +49,7 @@
4949
"lpv:configure-commit-template": "git config --add commit.template .gitmessage",
5050
"lpv:application-version-guard": "php bin/application-version --verify-tag-match=bin",
5151
"lpv:application-phar-version-guard": "php bin/application-version --verify-tag-match=phar",
52-
"lpv:static-analyse": "phpstan analyse --configuration phpstan.neon.dist",
52+
"lpv:static-analyse": "phpstan analyse --configuration phpstan.neon.dist --memory-limit=512M",
5353
"lpv:validate-gitattributes": "bin/lean-package-validator validate",
5454
"lpv:spell-check": "./vendor/bin/peck",
5555
"lpv:dependency-analyse": "./vendor/bin/composer-dependency-analyser",
@@ -78,7 +78,7 @@
7878
"php-mock/php-mock": "^2.6",
7979
"php-mock/php-mock-phpunit": "^2.7||^1.1",
8080
"phpstan/phpstan": "^2.1",
81-
"phpunit/phpunit": "^11.4.4||^10.5.25",
81+
"phpunit/phpunit": "^13.0||^12.0||^11.4.4||^10.5.25",
8282
"shipmonk/composer-dependency-analyser": "^1.8",
8383
"zenstruck/console-test": "^1.7"
8484
}

0 commit comments

Comments
 (0)