Skip to content

Commit

Permalink
Merge pull request #875 from ergebnis/fix/allow-plugins
Browse files Browse the repository at this point in the history
Fix: Prevent updates of `ergebnis/json-normalizer` for now
  • Loading branch information
localheinz authored Jan 31, 2022
2 parents 61964cb + 232720c commit a54e28d
Show file tree
Hide file tree
Showing 22 changed files with 200 additions and 24 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`2.23.0...main`][2.23.0...main].
For a full diff see [`2.23.1...main`][2.23.1...main].

## [`2.23.1`][2.23.1]

For a full diff see [`2.23.0...2.23.1`][2.23.0...2.23.1].

### Fixed

- Required `composer/composer:2.2.5` for compiling `composer-normalize.phar` ([#871]), by [@localheinz]
- Prevented updates of `ergebnis/json-normalizer` beyond `2.1.0` for now ([#877]), by [@localheinz]

## [`2.23.0`][2.23.0]

Expand Down Expand Up @@ -678,6 +683,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[2.21.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.21.0
[2.22.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.22.0
[2.23.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.23.0
[2.23.1]: https://github.com/ergebnis/composer-normalize/releases/tag/2.23.1

[81bc3a8...0.1.0]: https://github.com/ergebnis/composer-normalize/compare/81bc3a8...0.1.0
[0.1.0...0.2.0]: https://github.com/ergebnis/composer-normalize/compare/0.1.0...0.2.0
Expand Down Expand Up @@ -743,7 +749,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[2.20.0...2.21.0]: https://github.com/ergebnis/composer-normalize/compare/2.20.0...2.21.0
[2.21.0...2.22.0]: https://github.com/ergebnis/composer-normalize/compare/2.21.0...2.22.0
[2.22.0...2.23.0]: https://github.com/ergebnis/composer-normalize/compare/2.22.0...2.23.0
[2.23.0...main]: https://github.com/ergebnis/composer-normalize/compare/2.23.0...main
[2.23.0...2.23.1]: https://github.com/ergebnis/composer-normalize/compare/2.23.0...2.23.1
[2.23.1...main]: https://github.com/ergebnis/composer-normalize/compare/2.23.1...main

[#1]: https://github.com/ergebnis/composer-normalize/pull/1
[#2]: https://github.com/ergebnis/composer-normalize/pull/2
Expand Down Expand Up @@ -837,6 +844,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#863]: https://github.com/ergebnis/composer-normalize/pull/863
[#864]: https://github.com/ergebnis/composer-normalize/pull/864
[#871]: https://github.com/ergebnis/composer-normalize/pull/871
[#875]: https://github.com/ergebnis/composer-normalize/pull/875

[@core23]: https://github.com/core23
[@dependabot]: https://github.com/dependabot
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": "^7.4 || ^8.0",
"composer-plugin-api": "^2.0.0",
"ergebnis/json-normalizer": "^2.1.0",
"ergebnis/json-normalizer": "~2.1.0",
"ergebnis/json-printer": "^3.2.0",
"justinrainbow/json-schema": "^5.2.11",
"localheinz/diff": "^1.1.1"
Expand Down
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.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
"_comment": "This composer.json is valid according to a lax validation, a composer.lock is present and fresh before invoking the command, composer.json is not yet normalized, and composer.lock is still fresh after invoking the command.",
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@
"php": "^5.6"
},
"scripts": {
"hello": "echo 'Hello!'"
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
},
"_comment": "This composer.json is valid according to a lax validation, a composer.lock is present and fresh before invoking the command, composer.json is not yet normalized, and composer.lock is not fresh after invoking the command.",
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"ergebnis/*": false
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"doctrine:migrations:migrate -v": "symfony-cmd",
"bazinga:js-translation:dump assets --merge-domains --format=json": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}
Loading

0 comments on commit a54e28d

Please sign in to comment.