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

PHP8.2 / Laravel 11 support

Open ShapesGraphicStudio opened this issue 9 months ago • 1 comments

Hello, Are you maintaining this package? Is a PHP8.2 / Laravel 11 compatible version coming? Best regards, David

ShapesGraphicStudio avatar May 07 '24 12:05 ShapesGraphicStudio

Firts composer require got me:

Problem 1
    - gnahotelsolutions/laravel-weather[v1.0.0, ..., v1.1.0] require php ^7.1 -> your php version (8.2.0) does not satisfy that requirement.
    - gnahotelsolutions/laravel-weather v1.2.0 requires php ^7.1|^7.3 -> your php version (8.2.0) does not satisfy that requirement.
    - gnahotelsolutions/laravel-weather v1.3.0 requires illuminate/support 5.8.*|6.*|7.*|8.* -> found illuminate/support[v5.8.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires gnahotelsolutions/laravel-weather * -> satisfiable by gnahotelsolutions/laravel-weather[v1.0.0, v1.1.0, v1.2.0, v1.3.0].

I tried to re-run composer require with an explicit version constraint to trigger 1.3 but I seem to have an issue with Laravel 11 here..?

    - gnahotelsolutions/laravel-weather v1.3.0 requires illuminate/support 5.8.*|6.*|7.*|8.* -> satisfiable by illuminate/support[v5.8.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27].
    - Only one of these can be installed: illuminate/support[v5.8.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.10, v11.0.0, ..., v11.6.0], laravel/framework[v11.0.0, ..., v11.6.0]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
    - Root composer.json requires laravel/framework ^11.0 -> satisfiable by laravel/framework[v11.0.0, ..., v11.6.0].

ShapesGraphicStudio avatar May 07 '24 12:05 ShapesGraphicStudio