Skip to content

Commit

Permalink
Fix: Run 'make coding-standards'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 27, 2021
1 parent 54b38c1 commit 16fc491
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
{
"name": "ergebnis/factory-bot",
"type": "library",
"description": "Provides a fixture factory for doctrine/orm entities.",
"license": "MIT",
"type": "library",
"keywords": [
"doctrine",
"orm",
"entity",
"fixture",
"factory"
],
"homepage": "https://github.com/ergebnis/factory-bot",
"license": "MIT",
"authors": [
{
"name": "Andreas M枚ller",
"email": "am@localheinz.com"
}
],
"homepage": "https://github.com/ergebnis/factory-bot",
"support": {
"issues": "https://github.com/ergebnis/factory-bot/issues",
"source": "https://github.com/ergebnis/factory-bot"
},
"require": {
"php": "^7.4 || ^8.0",
"doctrine/annotations": "^1.10.3",
Expand Down Expand Up @@ -46,13 +50,6 @@
"symfony/cache": "^5.3.12",
"vimeo/psalm": "^4.15.0"
},
"config": {
"platform": {
"php": "7.4.26"
},
"preferred-install": "dist",
"sort-packages": true
},
"autoload": {
"psr-4": {
"Ergebnis\\FactoryBot\\": "src/"
Expand All @@ -65,8 +62,11 @@
"Example\\Test\\": "example/test/"
}
},
"support": {
"issues": "https://github.com/ergebnis/factory-bot/issues",
"source": "https://github.com/ergebnis/factory-bot"
"config": {
"platform": {
"php": "7.4.26"
},
"preferred-install": "dist",
"sort-packages": true
}
}

0 comments on commit 16fc491

Please sign in to comment.