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 30, 2021
1 parent efcf320 commit 13e3357
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "ergebnis/classy",
"type": "library",
"description": "Provides a finder for classy constructs (classes, interfaces, and traits).",
"license": "MIT",
"type": "library",
"keywords": [
"finder",
"classy",
Expand All @@ -10,14 +11,17 @@
"interfaces",
"traits"
],
"homepage": "https://github.com/ergebnis/classy",
"license": "MIT",
"authors": [
{
"name": "Andreas Möller",
"email": "am@localheinz.com"
}
],
"homepage": "https://github.com/ergebnis/classy",
"support": {
"issues": "https://github.com/ergebnis/classy/issues",
"source": "https://github.com/ergebnis/classy"
},
"require": {
"php": "^7.2 || ^8.0",
"ext-tokenizer": "*"
Expand All @@ -33,6 +37,19 @@
"vimeo/psalm": "^4.16.1",
"zendframework/zend-file": "^2.8.3"
},
"autoload": {
"psr-4": {
"Ergebnis\\Classy\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ergebnis\\Classy\\Test\\": "test/"
},
"classmap": [
"test/Fixture"
]
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
Expand All @@ -48,22 +65,5 @@
"branch-alias": {
"dev-main": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Ergebnis\\Classy\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ergebnis\\Classy\\Test\\": "test/"
},
"classmap": [
"test/Fixture"
]
},
"support": {
"issues": "https://github.com/ergebnis/classy/issues",
"source": "https://github.com/ergebnis/classy"
}
}
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 13e3357

Please sign in to comment.