We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5e0f4 commit 099fbcfCopy full SHA for 099fbcf
1 file changed
composer.json
@@ -1,4 +1,13 @@
1
{
2
+ "name": "martinsoenen/phpstan-custom-rules",
3
+ "type": "phpstan-extension",
4
+ "description": "Faker allows you to generate realistic fake data for your php applications",
5
+ "license": "MIT",
6
+ "authors": [
7
+ {
8
+ "name": "Martin Soenen"
9
+ }
10
+ ],
11
"autoload": {
12
"psr-4": {
13
"MartinSoenen\\PHPStanRules\\": "src/",
@@ -10,5 +19,8 @@
19
},
20
"require": {
21
"phpstan/phpstan": "^2.1"
22
+ },
23
+ "config": {
24
+ "sort-packages": true
25
}
14
26
0 commit comments