Skip to content

Commit 099fbcf

Browse files
committed
Update composer.json
1 parent aa5e0f4 commit 099fbcf

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
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+
],
211
"autoload": {
312
"psr-4": {
413
"MartinSoenen\\PHPStanRules\\": "src/",
@@ -10,5 +19,8 @@
1019
},
1120
"require": {
1221
"phpstan/phpstan": "^2.1"
22+
},
23+
"config": {
24+
"sort-packages": true
1325
}
1426
}

0 commit comments

Comments
 (0)