File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ class Plugin implements PluginInterface, EventSubscriberInterface
78
78
'slim/psr7 ' => [],
79
79
'laminas/laminas-diactoros ' => [],
80
80
'phalcon/cphalcon:^4 ' => [],
81
- 'http-interop/http-factory-guzzle ' => [],
81
+ 'http-interop/http-factory-guzzle:>=1 ' => [],
82
82
'http-interop/http-factory-diactoros ' => [],
83
83
'http-interop/http-factory-slim ' => [],
84
84
'httpsoft/http-message ' => [],
@@ -98,7 +98,7 @@ class Plugin implements PluginInterface, EventSubscriberInterface
98
98
'php-http/react-adapter ' => 'react/event-loop ' ,
99
99
'php-http/buzz-adapter ' => 'kriswallsmith/buzz:^0.15.1 ' ,
100
100
'php-http/artax-adapter ' => 'amphp/artax:^3 ' ,
101
- 'http-interop/http-factory-guzzle ' => 'guzzlehttp/psr7:^1 ' ,
101
+ 'http-interop/http-factory-guzzle:>=1 ' => 'guzzlehttp/psr7:^1 ' ,
102
102
'http-interop/http-factory-slim ' => 'slim/slim:^3 ' ,
103
103
];
104
104
You can’t perform that action at this time.
0 commit comments