File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ protected function getMakerClass(): string
28
28
public function getTestDetails ()
29
29
{
30
30
yield 'it_generates_test_with_panther ' => [$ this ->createMakerTest ()
31
- ->addExtraDependencies ('panther ' )
31
+ /* @legacy Allows Panther >= 1.x to be installed. (PHP <8.0 support) */
32
+ ->addExtraDependencies ('panther:* ' )
32
33
->run (function (MakerTestRunner $ runner ) {
33
34
$ runner ->copy (
34
35
'make-functional/MainController.php ' ,
Original file line number Diff line number Diff line change @@ -80,7 +80,8 @@ public function getTestDetails()
80
80
];
81
81
82
82
yield 'it_makes_PantherTestCase_type ' => [$ this ->createMakerTest ()
83
- ->addExtraDependencies ('panther ' )
83
+ /* @legacy Allows Panther >= 1.x to be installed. (PHP <8.0 support) */
84
+ ->addExtraDependencies ('panther:* ' )
84
85
->run (function (MakerTestRunner $ runner ) {
85
86
$ runner ->copy (
86
87
'make-test/basic_setup ' ,
You can’t perform that action at this time.
0 commit comments