Skip to content

Commit

Permalink
Update changelog, should fixes #64
Browse files Browse the repository at this point in the history
  • Loading branch information
Elendev committed Apr 5, 2022
1 parent d667518 commit 430274b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 05.04.2022
* Add fixes for return code in execute command #64
* Fix testing with old versions of Symfony and code styling tool

## [1.0.1] - 05.04.2022
* Due to the backward compatibility issues with Composer 2.3, specify in composer.json that it's not yet supported.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18|^3.4.0",
"phpunit/phpunit": "^8 || ^9 || ^10",
"composer/composer": "^1.8 || >=2.0 <2.3"
"composer/composer": "^1.8 || ^2.0"
},
"replace": {
"elendev/nexus-composer-push": "*"
Expand Down

0 comments on commit 430274b

Please sign in to comment.