Skip to content

Commit

Permalink
Merge pull request #255 from neildaniels/composer-dependency-widening
Browse files Browse the repository at this point in the history
Widen composer dependency versions
  • Loading branch information
wtfzdotnet authored Jun 18, 2022
2 parents 02a21ea + 12b6295 commit 536e34d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"require": {
"php": "^7.3 || ^7.4 || ^8.0",
"ext-json": "*",
"symfony/options-resolver": ">=4.4,<6",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"symfony/options-resolver": "^4.4 || ^5.0 || ^6.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"psr/event-dispatcher": "^1.0",
"psr/event-dispatcher-implementation": "^1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
Expand Down

0 comments on commit 536e34d

Please sign in to comment.