Skip to content

Commit

Permalink
Merge pull request #826 from ergebnis/feature/composer-normalize
Browse files Browse the repository at this point in the history
Enhancement: Update `ergebnis/composer-normalize`
  • Loading branch information
localheinz committed Dec 5, 2021
2 parents 0ac8d06 + 5f0c88f commit 30f45e4
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 22 deletions.
Binary file modified .phive/composer-normalize
Binary file not shown.
6 changes: 3 additions & 3 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="composer-normalize" version="^2.15.0" installed="2.15.0" location="./.phive/composer-normalize" copy="true"/>
<phar name="composer-require-checker" version="^2.1.0" installed="2.1.0" location="./.phive/composer-require-checker" copy="true"/>
<phar name="humbug/box" version="3.9.1" installed="3.9.1" location="./.phive/box" copy="true"/>
<phar name="composer-normalize" version="^2.17.0" installed="2.17.0" location="./.phive/composer-normalize" copy="true"/>
<phar name="composer-require-checker" version="^2.1.0" installed="2.1.0" location="./.phive/composer-require-checker" copy="true"/>
<phar name="humbug/box" version="3.9.1" installed="3.9.1" location="./.phive/box" copy="true"/>
</phive>
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 30f45e4

Please sign in to comment.