Skip to content

Commit c9cf033

Browse files
committed
Run composer normalize
1 parent 44c0b46 commit c9cf033

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "canvural/php-openapi-faker",
3-
"type": "library",
43
"description": "Library to generate fake data for OpenAPI request/response/schemas.",
54
"license": "MIT",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Can Vural",
@@ -29,9 +29,7 @@
2929
"symfony/var-dumper": "^5.4",
3030
"thecodingmachine/phpstan-safe-rule": "^1.1"
3131
},
32-
"config": {
33-
"sort-packages": true
34-
},
32+
"prefer-stable": true,
3533
"autoload": {
3634
"psr-4": {
3735
"Vural\\OpenAPIFaker\\": "src/"
@@ -42,7 +40,9 @@
4240
"Vural\\OpenAPIFaker\\Tests\\": "tests/"
4341
}
4442
},
45-
"prefer-stable": true,
43+
"config": {
44+
"sort-packages": true
45+
},
4646
"scripts": {
4747
"codestyle": "vendor/bin/phpcs",
4848
"phpstan": "vendor/bin/phpstan analyse --ansi",

0 commit comments

Comments
 (0)