Skip to content

Commit afec681

Browse files
authored
fix(deps): Allow more versions of open-api-runtime (#170)
Refs: #169
1 parent 86f0b47 commit afec681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"require": {
2929
"php": ">=8.0",
30-
"jane-php/open-api-runtime": "~7.6.0",
30+
"jane-php/open-api-runtime": "^7.7",
3131
"psr/http-client-implementation": "*",
3232
"php-http/client-common": "^1.9 || ^2.0",
3333
"php-http/discovery": "^1.11",

0 commit comments

Comments
 (0)