davidhsianturi / laravel-compass

A REST client inside your Laravel app
https://davidhsianturi.com/laravel-compass
MIT License
1.26k stars 110 forks source link

laravel9 #227

Open shijie1991 opened 2 years ago

shijie1991 commented 2 years ago

Problem 1

You can also try re-running composer require with an explicit version constraint, e.g. "composer require davidhsianturi/laravel-compass:*" to figure out if any version is installable, or "composer require davidhsianturi/laravel-compass:^2.1" if you know which you need.

sahinyusuf commented 2 years ago

having same issue.

composer.json required versions "^6.0|^7.0|^8.0" but "^6.0|^7.0|^8.0|^9.0" needed. "require": { "php": "^7.3|^8.0", "illuminate/console": "^6.0|^7.0|^8.0", "illuminate/routing": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0", "mpociot/documentarian": "dev-master" },

SachinBahukhandi commented 1 year ago

This occurs because the lib: https://github.com/mpociot/documentarian is dead. To resolve this, we could possibly fork this library, and resolve it.