christophrumpel / missing-livewire-assertions

Adding the missing Livewire assertions to your Laravel project
MIT License
136 stars 25 forks source link

Prepare it for Laravel 10 #17

Closed fefo-p closed 1 year ago

fefo-p commented 1 year ago
➜  pest-course git:(devel) ✗ composer require christophrumpel/missing-livewire-assertions --dev
./composer.json has been updated
Running composer update christophrumpel/missing-livewire-assertions
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - christophrumpel/missing-livewire-assertions v0.1.0 requires illuminate/contracts ^8.37 -> found illuminate/contracts[v8.37.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
    - christophrumpel/missing-livewire-assertions[v0.1.1, ..., v0.4.0] require illuminate/support ^8.0 -> found illuminate/support[v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
    - christophrumpel/missing-livewire-assertions[dev-production, v0.5.0, ..., v0.7.0] require illuminate/support ^9.0 -> found illuminate/support[v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires christophrumpel/missing-livewire-assertions * -> satisfiable by christophrumpel/missing-livewire-assertions[dev-production, v0.1.0, ..., v0.7.0, 9999999-dev].

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

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
christophrumpel commented 1 year ago

There is a new release, please try again.

fefo-p commented 1 year ago

Great! Thanx