Skip to content

Commit

Permalink
Drop multiple major requirements in dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Khudiakov <[email protected]>
  • Loading branch information
Xerkus committed Jan 29, 2024
1 parent 01ad3e1 commit 6ab8626
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"ext-hash": "*",
"ext-json": "*",
"ext-openswoole": "*",
"beberlei/assert": "^2.9.9 || ^3.3.2",
"beberlei/assert": "^3.3.2",
"colorfield/mastodon-api": "^0.1.5",
"guzzlehttp/guzzle": "^6.3 || ^7.8",
"guzzlehttp/guzzle": "^7.8",
"laminas/laminas-cli": "^1.10.0",
"laminas/laminas-component-installer": "^3.4.0",
"laminas/laminas-config-aggregator": "^1.14.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
"psr/http-message": "^2.0.0",
"psr/http-server-handler": "^1.0.2",
"psr/http-server-middleware": "^1.0.2",
"psr/log": "^1.1 || ^2.0 || ^3.0"
"psr/log": "^3.0"
},
"require-dev": {
"filp/whoops": "^2.15.3",
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

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

0 comments on commit 6ab8626

Please sign in to comment.