Skip to content

Commit

Permalink
fix blocking psr/container version
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Jan 4, 2022
1 parent 00147ec commit faf4966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 4.2.1

- (CHG) Allow both v1 and v2 of psr/container

## 4.2.0

- (CHG) Upgrade to PHP 7.4+ and PHP 8.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"psr/container": "^2.0"
"psr/container": "^1.1.1 || ^2.0.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit faf4966

Please sign in to comment.