We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c0b46 commit c9cf033Copy full SHA for c9cf033
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "canvural/php-openapi-faker",
3
- "type": "library",
4
"description": "Library to generate fake data for OpenAPI request/response/schemas.",
5
"license": "MIT",
+ "type": "library",
6
"authors": [
7
8
"name": "Can Vural",
@@ -29,9 +29,7 @@
29
"symfony/var-dumper": "^5.4",
30
"thecodingmachine/phpstan-safe-rule": "^1.1"
31
},
32
- "config": {
33
- "sort-packages": true
34
- },
+ "prefer-stable": true,
35
"autoload": {
36
"psr-4": {
37
"Vural\\OpenAPIFaker\\": "src/"
@@ -42,7 +40,9 @@
42
40
"Vural\\OpenAPIFaker\\Tests\\": "tests/"
43
41
}
44
45
- "prefer-stable": true,
+ "config": {
+ "sort-packages": true
+ },
46
"scripts": {
47
"codestyle": "vendor/bin/phpcs",
48
"phpstan": "vendor/bin/phpstan analyse --ansi",
0 commit comments