Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
j6s committed Apr 14, 2022
2 parents 299c897 + 3b72e68 commit f9d89f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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).

## [3.1.1] - 2022-04-14
### Added
* Broadened the requirement for `symfony/finder` to include version 6.x to be compatible with symfony 6.x projects.

## [3.1.0] - 2022-02-28
### Added
- `Architecture` now uses a `ComposerFileParserFactory` to create a file parser. `CachedComposerFileParserFactory` can be used for caching of results in order to prevent parsing the file multiple times.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"php": "^7.4|^8.0",

"nikic/php-parser": "^4.0",
"symfony/finder": "^4.1|^5.0",
"symfony/finder": "^4.1|^5.0|^6.0",
"phpdocumentor/reflection-docblock": "^5.2.2",
"phpdocumentor/type-resolver": "^1.4",
"thecodingmachine/safe": "^1.3"
"thecodingmachine/safe": "^1.3|^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
Expand Down

0 comments on commit f9d89f0

Please sign in to comment.