Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

t0ne's avatar
Level 4

Spark paddle vs Intertia 0.4

I want to use intertia-laravel 0.4 but when i 'composer update' spark paddle:

Problem 1
    - laravel/spark-paddle 1.x-dev is an alias of laravel/spark-paddle dev-master and thus requires it to be installed too.
    - laravel/spark-paddle[dev-master, v1.0.8] require inertiajs/inertia-laravel ^0.3.5 -> found inertiajs/inertia-laravel[v0.3.5, v0.3.6] but it conflicts with your root composer.json require (^0.4.0).
    - Root composer.json requires laravel/spark-paddle ^1.0.8 -> satisfiable by laravel/spark-paddle[v1.0.8, 1.x-dev (alias of dev-master)].

because spark-paddle composer.json says: "inertiajs/inertia-laravel": "^0.3.5"

How can i solve this?

thanks in advance!

0 likes
4 replies
Wakanda's avatar

@t0ne go to composer.json file and update

inertiajs/inertia-laravel": "^0.4"

then run

composer update

t0ne's avatar
Level 4

that's what i did but still

laravel/spark-paddle[dev-master, v1.0.8] require inertiajs/inertia-laravel ^0.3.5 -> found inertiajs/inertia-laravel[v0.3.5, v0.3.6] but it conflicts with your root composer.json require (^0.4).

also tried the to composer.json in laravel/spark-paddle (!)

any ideas?

t0ne's avatar
Level 4

Instead of pulling laravel/spark-paddle from github, i downloaded the package, updated composer.json in laravel/spark-paddle, and updated the root composer.json to install the package locally, now i works..

@wakanda thanks for your reply!

Please or to participate in this conversation.