From 430274bfd70986ad232f976e220653424f90d076 Mon Sep 17 00:00:00 2001 From: Elendev Date: Tue, 5 Apr 2022 23:29:32 +0200 Subject: [PATCH] Update changelog, should fixes #64 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b2b1c..92d7754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/composer.json b/composer.json index d307d86..869f39a 100644 --- a/composer.json +++ b/composer.json @@ -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": "*"