laravel-openapi
laravel-openapi copied to clipboard
Latest package not published in composer
trafficstars
The composer installed package still has
Reader::readFromYamlFile(config('openapi.spec'))
Which is somewhat behind and that key does not exist in the openapi.php
In composer lock:
"name": "mdwheele/laravel-openapi",
"version": "0.1.0",
"source": {
"type": "git",
"url": "https://github.com/mdwheele/laravel-openapi.git",
"reference": "12302330623340ba7028c1736f7edc34c2128316"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mdwheele/laravel-openapi/zipball/12302330623340ba7028c1736f7edc34c2128316",
"reference": "12302330623340ba7028c1736f7edc34c2128316",
"shasum": ""
},
Likely because of missing version change.