Skip to content

Commit

Permalink
Merge pull request #26 from liip/prepare-release
Browse files Browse the repository at this point in the history
allow metadata-parser 0.4
  • Loading branch information
dbu authored Nov 23, 2021
2 parents 1d5b928 + f9b47e0 commit 0a13523
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 2.0.5

* Allow installation with liip/metadata-parser 0.4 and Symfony 6

# 2.0.4

* Support PHP 8
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"php": "^7.2 || ^8.0",
"ext-json": "*",
"doctrine/annotations": "^1.10.2",
"liip/metadata-parser": "^0.2 || ^0.3",
"liip/metadata-parser": "^0.2 || ^0.3 || ^0.4",
"pnz/json-exception": "^1.0",
"symfony/filesystem": "^4.4 || ^5.0",
"symfony/finder": "^4.4 || ^5.0",
"symfony/filesystem": "^4.4 || ^5.0 || ^6.0",
"symfony/finder": "^4.4 || ^5.0 || ^6.0",
"twig/twig": "^2.7 || ^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 0a13523

Please sign in to comment.