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

Commit 4d6bd98

Browse files
committed
Init composer
1 parent 35e6877 commit 4d6bd98

File tree

2 files changed

+97
-0
lines changed

2 files changed

+97
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "bellangelo/phpstan-require-file-exists",
3+
"description": "A PHPStan rule for checking if the files mentioned in the imports really exist.",
4+
"type": "library",
5+
"require": {
6+
"php": ">=7.4",
7+
"phpstan/phpstan": "^1.11"
8+
},
9+
"license": "Apache-2.0",
10+
"autoload": {
11+
"psr-4": {
12+
"Bellangelo\\PhpstanRequireFileExists\\": "src/"
13+
}
14+
},
15+
"authors": [
16+
{
17+
"name": "Aggelos Bellos"
18+
}
19+
]
20+
}

composer.lock

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

0 commit comments

Comments
 (0)