Skip to content

Commit

Permalink
chore(deps): allow psr/http-message ^1.0 (#51)
Browse files Browse the repository at this point in the history
* chore(deps): allow psr/http-message ^1.0

* chore(deps): allow psr/http-message ^1.0
  • Loading branch information
criskell authored Oct 19, 2023
1 parent 8763ae3 commit 54537ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"psr/http-client-implementation": "*",
"psr/http-factory": "^1.0",
"psr/http-factory-implementation": "*",
"psr/http-message": "^2.0"
"psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.17",
Expand All @@ -39,4 +39,4 @@
"php-http/discovery": false
}
}
}
}

0 comments on commit 54537ad

Please sign in to comment.