Skip to content

Commit

Permalink
Run composer normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
canvural committed Dec 19, 2021
1 parent 44c0b46 commit c9cf033
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "canvural/php-openapi-faker",
"type": "library",
"description": "Library to generate fake data for OpenAPI request/response/schemas.",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Can Vural",
Expand All @@ -29,9 +29,7 @@
"symfony/var-dumper": "^5.4",
"thecodingmachine/phpstan-safe-rule": "^1.1"
},
"config": {
"sort-packages": true
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"Vural\\OpenAPIFaker\\": "src/"
Expand All @@ -42,7 +40,9 @@
"Vural\\OpenAPIFaker\\Tests\\": "tests/"
}
},
"prefer-stable": true,
"config": {
"sort-packages": true
},
"scripts": {
"codestyle": "vendor/bin/phpcs",
"phpstan": "vendor/bin/phpstan analyse --ansi",
Expand Down

0 comments on commit c9cf033

Please sign in to comment.