vormkracht10 / laravel-seo-scanner

Scan your Laravel application routes for SEO improvements suggestions.
MIT License
189 stars 17 forks source link

Make it compatible with Laravel 10 #23

Closed kornatzky closed 1 year ago

kornatzky commented 1 year ago

Cannot be installed currently in Laravel 10 project.

Baspa commented 1 year ago

What error does it give? Please give us more information.. @kornatzky

I installed it a Laravel 10 project lately so I'm curious what the error is about.

kornatzky commented 1 year ago

Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

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

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Baspa commented 1 year ago

This will be fixed in #24 @kornatzky

kornatzky commented 1 year ago

Great. Thanks

Baspa commented 1 year ago

Fixed in the new release! Thanks for mentioning the issue.

kornatzky commented 1 year ago

Thanks. Waiting for it. Still not see in packagist. I guess it takes some time. Composer still tries to install 1.1.1

Baspa commented 1 year ago

I updated the package in packagist. Should install 1.2.0 now.

kornatzky commented 1 year ago

Indeed. Works. Thanks for the attention. 😀