File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
10
## [ 1.0.0] - 09.02.2022
8
11
* Drop support of Symfony 3 #63 thanks to @tm1000
9
12
* Add support for Symfony 6 #63 thanks to @tm1000
Original file line number Diff line number Diff line change 28
28
"require-dev" : {
29
29
"friendsofphp/php-cs-fixer" : " ^3.4.0" ,
30
30
"phpunit/phpunit" : " ^8 || ^9 || ^10" ,
31
- "composer/composer" : " ^1.8 || ^ 2.0"
31
+ "composer/composer" : " ^1.8 || >= 2.0 <2.3 "
32
32
},
33
33
"replace" : {
34
34
"elendev/nexus-composer-push" : " *"
You can’t perform that action at this time.
0 commit comments