Skip to content

Commit de97ec2

Browse files
committed
fix: keep config.platform to 8.3
1 parent 0860844 commit de97ec2

File tree

2 files changed

+42
-36
lines changed

2 files changed

+42
-36
lines changed

composer.json

Lines changed: 38 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,40 @@
11
{
2-
"name": "lychee-org/phpstan-lychee",
3-
"description": "Set of rules for all Lychee related php repo",
4-
"type": "library",
5-
"license": "MIT",
6-
"require": {
7-
"friendsofphp/php-cs-fixer": "^3.72",
8-
"php-parallel-lint/php-parallel-lint": "^1.4",
9-
"phpstan/phpstan": "^2.1.8",
10-
"phpstan/phpstan-deprecation-rules": "^2.0.1",
11-
"phpstan/phpstan-strict-rules": "^2.0.3",
12-
"slam/phpstan-extensions": "^6.6",
13-
"squizlabs/php_codesniffer": "^3.11.3",
14-
"symplify/phpstan-rules": "^14.4.1",
15-
"thecodingmachine/phpstan-safe-rule": "^1.4"
16-
},
17-
"scripts": {
18-
"check-code-style": [
19-
"./vendor/bin/php-cs-fixer fix -v --config=.php-cs-fixer.php"
20-
],
21-
"validate-files": [
22-
"vendor/bin/parallel-lint --exclude vendor ."
23-
]
24-
},
25-
"autoload": {
26-
"psr-4": {
27-
"Lycheeorg\\PHPStan\\": "phpstan/"
28-
}
29-
},
30-
"config": {
31-
"preferred-install": "dist",
32-
"sort-packages": true,
33-
"optimize-autoloader": true
34-
},
35-
"prefer-stable": true,
36-
"minimum-stability": "stable"
2+
"name": "lychee-org/phpstan-lychee",
3+
"description": "Set of rules for all Lychee related php repo",
4+
"type": "library",
5+
"license": "MIT",
6+
"require": {
7+
"friendsofphp/php-cs-fixer": "^3.72",
8+
"php-parallel-lint/php-parallel-lint": "^1.4",
9+
"phpstan/phpstan": "^2.1.8",
10+
"phpstan/phpstan-deprecation-rules": "^2.0.1",
11+
"phpstan/phpstan-strict-rules": "^2.0.3",
12+
"slam/phpstan-extensions": "^6.6",
13+
"squizlabs/php_codesniffer": "^3.11.3",
14+
"symplify/phpstan-rules": "^14.4.1",
15+
"thecodingmachine/phpstan-safe-rule": "^1.4"
16+
},
17+
"scripts": {
18+
"check-code-style": [
19+
"./vendor/bin/php-cs-fixer fix -v --config=.php-cs-fixer.php"
20+
],
21+
"validate-files": [
22+
"vendor/bin/parallel-lint --exclude vendor ."
23+
]
24+
},
25+
"autoload": {
26+
"psr-4": {
27+
"Lycheeorg\\PHPStan\\": "phpstan/"
28+
}
29+
},
30+
"config": {
31+
"platform": {
32+
"php": "8.3"
33+
},
34+
"preferred-install": "dist",
35+
"sort-packages": true,
36+
"optimize-autoloader": true
37+
},
38+
"prefer-stable": true,
39+
"minimum-stability": "stable"
3740
}

composer.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)