From 3e58ce848ffe5b658d18a25697f8061e5513e939 Mon Sep 17 00:00:00 2001 From: Krzysztof Mrzyglod Date: Mon, 15 Feb 2021 16:13:28 +0100 Subject: [PATCH] feat: add laminas-dependency-plugin v2 constraint --- CHANGELOG.md | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea9a4b..fe5ec29 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). +## [3.1.0] +### Added +- Allow usage of laminas-dependency-plugin v2 + ## [3.0.0] ### Changed -- Migrated Zend to Laminas \ No newline at end of file +- Migrated Zend to Laminas diff --git a/composer.json b/composer.json index 81d4f14..bb77ab1 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "goaop/framework": "^1.0|^2.0", "laminas/laminas-modulemanager": "^2.0", - "laminas/laminas-dependency-plugin": "^1.0" + "laminas/laminas-dependency-plugin": "^1.0 || ^2.0" }, "require-dev": { "phpunit/phpunit": "^5.0 | ^6.0",