Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 1b75244

Browse files
committed
Set platform requirements
1 parent 4d6bd98 commit 1b75244

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
"name": "bellangelo/phpstan-require-file-exists",
33
"description": "A PHPStan rule for checking if the files mentioned in the imports really exist.",
44
"type": "library",
5+
"config": {
6+
"platform": {
7+
"php": "7.4"
8+
}
9+
},
510
"require": {
611
"php": ">=7.4",
712
"phpstan/phpstan": "^1.11"
813
},
914
"license": "Apache-2.0",
1015
"autoload": {
1116
"psr-4": {
12-
"Bellangelo\\PhpstanRequireFileExists\\": "src/"
17+
"Bellangelo\\PHPStanRequireFileExists\\": "src/"
1318
}
1419
},
1520
"authors": [

composer.lock

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)