Closed
Description
Q | A |
---|---|
Bug? | no |
New Feature? | no |
Version | master |
Just a quick question: In Http\Discovery\Strategy\CommonClassesStrategy
you use classes i.e. Nyholm\Psr7\Request
and this dependency is not defined in the composer.json
. How does it work? This package composer.json states:
"require": {
"php": "^5.5 || ^7.0"
}
The Nyholm composer.json (https://github.com/Nyholm/psr7/blob/master/composer.json) states:
"require": {
"php": "^7.1",
How can I use this package without conflicts and how is it supposed to be used when the dependencies are not explicitly declared? Thanks a lot guys.
Metadata
Metadata
Assignees
Labels
No labels