Skip to content

Commit 9739545

Browse files
committed
Specify non-support of Composer 2.3
1 parent e63a70c commit 9739545

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.1] - 05.04.2022
8+
* Due to the backward compatibility issues with Composer 2.3, specify in composer.json that it's not yet supported.
9+
710
## [1.0.0] - 09.02.2022
811
* Drop support of Symfony 3 #63 thanks to @tm1000
912
* Add support for Symfony 6 #63 thanks to @tm1000

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require-dev": {
2929
"friendsofphp/php-cs-fixer": "^3.4.0",
3030
"phpunit/phpunit": "^8 || ^9 || ^10",
31-
"composer/composer": "^1.8 || ^2.0"
31+
"composer/composer": "^1.8 || >=2.0 <2.3"
3232
},
3333
"replace": {
3434
"elendev/nexus-composer-push": "*"

0 commit comments

Comments
 (0)