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 5, 2021
1 parent 5a89ef8 commit 5f0c88f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
{
"name": "ergebnis/composer-normalize",
"type": "composer-plugin",
"description": "Provides a composer plugin for normalizing composer.json.",
"license": "MIT",
"type": "composer-plugin",
"keywords": [
"composer",
"normalizer",
"normalize",
"plugin"
],
"homepage": "https://github.com/ergebnis/composer-normalize",
"license": "MIT",
"authors": [
{
"name": "Andreas Möller",
"email": "am@localheinz.com"
}
],
"homepage": "https://github.com/ergebnis/composer-normalize",
"support": {
"issues": "https://github.com/ergebnis/composer-normalize/issues",
"source": "https://github.com/ergebnis/composer-normalize"
},
"require": {
"php": "^7.2 || ^8.0",
"composer-plugin-api": "^2.0.0",
Expand All @@ -34,6 +38,18 @@
"symfony/filesystem": "^5.4.0",
"vimeo/psalm": "^4.13.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Ergebnis\\Composer\\Normalize\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ergebnis\\Composer\\Normalize\\Test\\": "test/"
}
},
"config": {
"platform": {
"php": "7.2.33"
Expand All @@ -47,21 +63,5 @@
"indent-size": 2,
"indent-style": "space"
}
},
"autoload": {
"psr-4": {
"Ergebnis\\Composer\\Normalize\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ergebnis\\Composer\\Normalize\\Test\\": "test/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"support": {
"issues": "https://github.com/ergebnis/composer-normalize/issues",
"source": "https://github.com/ergebnis/composer-normalize"
}
}
7 changes: 7 additions & 0 deletions composer.lock

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

0 comments on commit 5f0c88f

Please sign in to comment.