Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Fix: Run 'make coding-standards'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 3, 2022
1 parent 4071c63 commit cac6ea1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
{
"name": "ergebnis/test-util",
"type": "library",
"description": "Provides a helper trait and generic data providers for tests.",
"license": "MIT",
"type": "library",
"keywords": [
"assertion",
"faker",
"phpunit",
"test"
],
"homepage": "https://github.com/ergebnis/test-util",
"license": "MIT",
"authors": [
{
"name": "Andreas Möller",
"email": "[email protected]"
}
],
"homepage": "https://github.com/ergebnis/test-util",
"support": {
"issues": "https://github.com/ergebnis/test-util/issues",
"source": "https://github.com/ergebnis/test-util"
},
"require": {
"php": "^7.2 || ^8.0",
"ergebnis/classy": "^1.2.0",
Expand All @@ -36,6 +40,16 @@
"psalm/plugin-phpunit": "~0.16.1",
"vimeo/psalm": "^4.17.0"
},
"autoload": {
"psr-4": {
"Ergebnis\\Test\\Util\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ergebnis\\Test\\Util\\Test\\": "test/"
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
Expand All @@ -53,19 +67,5 @@
"indent-size": 2,
"indent-style": "space"
}
},
"autoload": {
"psr-4": {
"Ergebnis\\Test\\Util\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ergebnis\\Test\\Util\\Test\\": "test/"
}
},
"support": {
"issues": "https://github.com/ergebnis/test-util/issues",
"source": "https://github.com/ergebnis/test-util"
}
}
5 changes: 1 addition & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cac6ea1

Please sign in to comment.