renatomarinho / laravel-page-speed

Package to optimize your site automatically which results in a 35%+ optimization
MIT License
2.4k stars 275 forks source link

Laravel 9.0 #161

Closed gofish543 closed 2 years ago

gofish543 commented 2 years ago

With the release of Laravel 9.0 coming within the next week or two; do you need help updating this package, otherwise, what does the timeline look like?

gofish543 commented 2 years ago

162

angelofan commented 2 years ago

Install error in laravel 9

Using version ^2.0 for renatomarinho/laravel-page-speed
./composer.json has been updated
Running composer update renatomarinho/laravel-page-speed
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires renatomarinho/laravel-page-speed ^2.0 -> satisfiable by renatomarinho/laravel-page-speed[2.0.0].
    - renatomarinho/laravel-page-speed 2.0.0 requires illuminate/support ^6.0 || ^7.0 || ^8.0 -> found illuminate/support[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.

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

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
gofish543 commented 2 years ago

See the pull request, closing issue.