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

Commit

Permalink
Merge pull request #19 from Ocramius/feature/widen-dependency-ranges
Browse files Browse the repository at this point in the history
Widen dependency ranges, to allow installation of future minor laminas releases
  • Loading branch information
Ocramius authored Jul 22, 2022
2 parents 1533fb1 + d771a48 commit 8075a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-config": "^3.7",
"laminas/laminas-crypt": "~3.6.0",
"laminas/laminas-crypt": "^3.6.0",
"laminas/laminas-http": "^2.15",
"laminas/laminas-i18n": "~2.13.0",
"laminas/laminas-i18n": "^2.13.0",
"laminas/laminas-loader": "^2.8",
"laminas/laminas-math": "^3.5",
"laminas/laminas-stdlib": "^3.10",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8075a5c

Please sign in to comment.