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

Can't install this package together with Laravel 11

Open michaelLoeffelmann opened this issue 1 year ago • 0 comments

It' not possible to install this package to my laravel 11 project. There are some dependencies not matching: f.e:

 Problem 1
    - contentful/laravel 9.0.2 requires contentful/core ^4.0 -> satisfiable by contentful/core[4.0.0, 4.0.1].
    - contentful/laravel[1.0.0, 2.0.0] require illuminate/support ~5.0 -> found illuminate/support[v5.0.0, ..., v5.8.36] but these were not loaded, likely because it conflicts with another require.
    - contentful/laravel[3.0.0, 4.0.0, ..., 4.0.2, 5.0.0] require php ^7.0 -> your php version (8.3.6) does not satisfy that requirement.
    - contentful/laravel[6.0.0, ..., 6.0.1, 7.0.0, ..., 7.0.2, 8.0.0, ..., 8.0.1] require php ^7.2 -> your php version (8.3.6) does not satisfy that requirement.
    - contentful/laravel 8.1.0 requires laravel/framework ~5.4|~6.0|^7.1|^8.0 -> found laravel/framework[v5.4.0, ..., v5.8.38, v6.0.0, ..., v6.20.44, v7.1.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but it conflicts with your root composer.json require (^11.0).
    - contentful/laravel 8.2.0 requires laravel/framework ~5.4|~6.0|^7.1|^8.0|^9.0 -> found laravel/framework[v5.4.0, ..., v5.8.38, v6.0.0, ..., v6.20.44, v7.1.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but it conflicts with your root composer.json require (^11.0).
    - contentful/laravel 9.0.0 requires laravel/framework ^8.0|^9.0 -> found laravel/framework[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but it conflicts with your root composer.json require (^11.0).
    - contentful/laravel 9.0.1 requires laravel/framework ^8.0|^9.0|^10.0 -> found laravel/framework[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.8] but it conflicts with your root composer.json require (^11.0).
    - contentful/core[4.0.0, ..., 4.0.1] require psr/http-message ^1.0 -> found psr/http-message[1.0, 1.0.1, 1.1] but the package is fixed to 2.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires contentful/laravel * -> satisfiable by contentful/laravel[1.0.0, 2.0.0, 3.0.0, 4.0.0, 4.0.1, 4.0.2, 5.0.0, 6.0.0, 6.0.1, 7.0.0, 7.0.1, 7.0.2, 8.0.0, 8.0.1, 8.1.0, 8.2.0, 9.0.0, 9.0.1, 9.0.2].

michaelLoeffelmann avatar Apr 23 '24 05:04 michaelLoeffelmann