Skip to content

Commit

Permalink
Update composer.json of every package
Browse files Browse the repository at this point in the history
Sort ordering was changed in ergebnis/composer-normalize.
See: ergebnis/composer-normalize#779

Change-Id: I5769f027d29d002d03e91b3786c169d8ddf06bb0
Issue-Link: https://project.pronovix.net/issues/6674-update_composer_jsons
  • Loading branch information
lekob committed Dec 6, 2021
1 parent fb1132f commit f1b3b85
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "pronovix/composer-logger",
"type": "library",
"description": "Simple PS3 compliant logger for Composer IOInterface.",
"license": "GPL-2.0-or-later",
"type": "library",
"keywords": [
"Composer",
"logger",
"utility"
],
"license": "GPL-2.0-or-later",
"require": {
"php": "^7.4.0",
"psr/log": "^1.0.2"
Expand All @@ -16,6 +16,13 @@
"composer/composer": "^1.7.3 || ^2.0",
"friendsofphp/php-cs-fixer": "^2.15"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Pronovix\\ComposerLogger\\": "src/"
}
},
"config": {
"platform": {
"php": "7.4.0"
Expand All @@ -27,13 +34,6 @@
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Pronovix\\ComposerLogger\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"analyze": "psalm --config=psalm.xml.dist --show-info=false --stats",
"check-style": "php-cs-fixer fix --dry-run",
Expand Down

0 comments on commit f1b3b85

Please sign in to comment.