Testbench Core v7.9 Gets Installed With Laravel 9.2.0 (and cause Access to undeclared static property $latestResponse error) #85
-
Hi There, I'm kinda puzzled by the issue below, which is - as far as I see - likely a composer issue I never met before. We have packages that support Laravel 9.2 as the minimum version, and we instrument the CI pipeline to install Laravel 9.2. What I find odd is that composer properly detects the conflict between Laravel 9.2.0 and Testbench 7.2.0: ..but with Testbench Core, it sees no such constraints: Even though composer is apparently aware of the minimum Laravel requirement, (which is not met): What I would expect is that composer detects that Orchestra Testbench Core v7.1 is the highest version it should install and act accordingly. I tried:
all bringing the same result. Does anyone have an idea what is causing this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Can't debug without looking at the actual |
Beta Was this translation helpful? Give feedback.
Can't debug without looking at the actual
composer.json
and CI pipeline.