D:\phpEnv\www\a_web\webman>composer require webman/blade -W
./composer.json has been updated
Running composer update webman/blade --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
illuminate/view[v10.0.0, ..., 10.x-dev] require illuminate/collections ^10.0 -> found illuminate/collections[v10.0.0, ..., 10.x-dev] but these were not loaded, likely because it conflicts with another require.
illuminate/view[v11.0.0, ..., 11.x-dev] require illuminate/collections ^11.0 -> found illuminate/collections[v11.0.0, ..., 11.x-dev] but these were not loaded, likely because it conflicts with another require.
illuminate/view[v12.0.0, ..., 12.x-dev] require illuminate/collections ^12.0 -> found illuminate/collections[v12.0.0, ..., 12.x-dev] but these were not loaded, likely because it conflicts with another require.
illuminate/view[v5.5.0, ..., 5.5.x-dev] require illuminate/container 5.5.* -> found illuminate/container[v5.5.0, ..., 5.5.x-dev] but these were not loaded, likely because it conflicts with another require.
illuminate/view[v5.6.0, ..., 5.8.x-dev] require php ^7.1.3 -> your php version (8.4.2) does not satisfy that requirement.
illuminate/view[v6.0.0, ..., v6.19.1] require php ^7.2 -> your php version (8.4.2) does not satisfy that requirement.
illuminate/view[v6.20.0, ..., 6.x-dev] require illuminate/container ^6.0 -> found illuminate/container[v6.0.0, ..., 6.x-dev] but these were not loaded, likely because it conflicts with another require.
illuminate/view[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.4.2) does not satisfy that requirement.
illuminate/view[v7.29.0, ..., 7.x-dev] require illuminate/container ^7.0 -> found illuminate/container[v7.0.0, ..., 7.x-dev] but these were not loaded, likely because it conflicts with another require.
illuminate/view[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.4.2) does not satisfy that requirement.
illuminate/view[v8.12.0, ..., 8.x-dev] require illuminate/collections ^8.0 -> found illuminate/collections[v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
illuminate/view[v9.0.0-beta.1, ..., 9.x-dev] require illuminate/collections ^9.0 -> found illuminate/collections[v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require webman/blade:*" to figure out if any version is installable, or "composer require webman/blade:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.