laravel-openapi icon indicating copy to clipboard operation
laravel-openapi copied to clipboard

Latest package not published in composer

Open Ketec opened this issue 5 years ago • 0 comments
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.

Ketec avatar Feb 25 '20 10:02 Ketec