Skip to content

Commit

Permalink
Merge pull request #1 from mrzyglod-check/feature/laminas-dependency-…
Browse files Browse the repository at this point in the history
…plugin-v2

feat: add laminas-dependency-plugin v2 constraint
  • Loading branch information
DannyMeyer authored Feb 19, 2021
2 parents 4d247d4 + 3e58ce8 commit 2dda9f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 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).

## [3.1.0]
### Added
- Allow usage of laminas-dependency-plugin v2

## [3.0.0]
### Changed
- Migrated Zend to Laminas
- Migrated Zend to Laminas
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2dda9f8

Please sign in to comment.