Skip to content

Commit

Permalink
Merge pull request #234 from Art4/patch-1
Browse files Browse the repository at this point in the history
Allow installation with psr/container 1.1.0
  • Loading branch information
philipobenito authored Nov 16, 2021
2 parents 617709e + 895df1f commit 5d9771b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": "^7.2 || ^8.0",
"psr/container": "^2.0.0"
"psr/container": "^1.1 || ^2.0"
},
"require-dev": {
"nette/php-generator": "^3.4",
Expand Down

0 comments on commit 5d9771b

Please sign in to comment.