Current release v0.5.0 does not install with Laravel 13.
How to duplicate:
# Adding flags just to avoid questions from the installer:
laravel new --vue --phpunit --npm --no-boost laravel13
# Laravel installer does its thing
cd laravel13
composer require soloterm/solo --dev
Composer reports this issue:
Problem 1
- Root composer.json requires soloterm/solo * -> satisfiable by soloterm/solo[v0.1.0, ..., v0.5.0].
- soloterm/solo[v0.1.0, ..., v0.3.1] require illuminate/support ^10|^11 -> found illuminate/support[v10.0.0, ..., v10.49.0, v11.0.0, ..., v11.50.0] but these were not loaded, likely because it conflicts with another require.
- soloterm/solo[v0.4.0, ..., v0.5.0] require illuminate/support ^10|^11|^12 -> found illuminate/support[v10.0.0, ..., v10.49.0, v11.0.0, ..., v11.50.0, v12.0.0, ..., v12.55.1] but these were not loaded, likely because it conflicts with another require
Composer has also shown me this during other testing:
- Only one of these can be installed: illuminate/process[v10.0.0, ..., v10.49.0, v11.0.0, ..., v11.50.0, v12.0.0, ..., v12.55.1, v13.1.1], laravel/framework[v13.1.1]. laravel/framework replaces illuminate/process and thus cannot coexist with it.
However, composer require soloterm/solo:dev-master --dev installs. Maybe it's getting time to bump the release?
Relates to #80
Current release v0.5.0 does not install with Laravel 13.
How to duplicate:
Composer reports this issue:
Composer has also shown me this during other testing:
- Only one of these can be installed: illuminate/process[v10.0.0, ..., v10.49.0, v11.0.0, ..., v11.50.0, v12.0.0, ..., v12.55.1, v13.1.1], laravel/framework[v13.1.1]. laravel/framework replaces illuminate/process and thus cannot coexist with it.
However,
composer require soloterm/solo:dev-master --devinstalls. Maybe it's getting time to bump the release?Relates to #80