|  | 
| 11 | 11 |         "ext-json": "*", | 
| 12 | 12 |         "phpseclib/phpseclib": "~2.0", | 
| 13 | 13 |         "google/cloud-tasks": "^1.10", | 
| 14 |  | -        "illuminate/support": "^8.0|^9.0|^10.0", | 
| 15 | 14 |         "thecodingmachine/safe": "^1.0|^2.0" | 
| 16 | 15 |     }, | 
| 17 | 16 |     "require-dev": { | 
| 18 |  | -        "orchestra/testbench": "^6.0 || ^7.0 || ^8.0", | 
|  | 17 | +        "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", | 
| 19 | 18 |         "nunomaduro/larastan": "^1.0 || ^2.0", | 
| 20 | 19 |         "thecodingmachine/phpstan-safe-rule": "^1.2", | 
| 21 | 20 |         "laravel/legacy-factories": "^1.3" | 
|  | 
| 43 | 42 |     "scripts": { | 
| 44 | 43 |         "l10": [ | 
| 45 | 44 |             "composer require laravel/framework:10.* orchestra/testbench:8.* --no-interaction --no-update", | 
| 46 |  | -            "composer update --prefer-stable --prefer-dist --no-interaction --no-suggest" | 
|  | 45 | +            "composer update --prefer-stable --prefer-dist --no-interaction" | 
| 47 | 46 |         ], | 
| 48 | 47 |         "l9": [ | 
| 49 | 48 |             "composer require laravel/framework:9.* orchestra/testbench:7.* --no-interaction --no-update", | 
| 50 |  | -            "composer update --prefer-stable --prefer-dist --no-interaction --no-suggest" | 
|  | 49 | +            "composer update --prefer-stable --prefer-dist --no-interaction" | 
| 51 | 50 |         ], | 
| 52 | 51 |         "l8": [ | 
| 53 | 52 |             "composer require laravel/framework:8.* orchestra/testbench:6.* --no-interaction --no-update", | 
| 54 |  | -            "composer update --prefer-stable --prefer-dist --no-interaction --no-suggest" | 
|  | 53 | +            "composer update --prefer-stable --prefer-dist --no-interaction" | 
| 55 | 54 |         ], | 
| 56 | 55 |         "l7": [ | 
| 57 | 56 |             "composer require laravel/framework:7.* orchestra/testbench:5.* --no-interaction --no-update", | 
| 58 |  | -            "composer update --prefer-stable --prefer-dist --no-interaction --no-suggest" | 
|  | 57 | +            "composer update --prefer-stable --prefer-dist --no-interaction" | 
| 59 | 58 |         ], | 
| 60 | 59 |         "l6": [ | 
| 61 | 60 |             "composer require laravel/framework:6.* orchestra/testbench:4.* --no-interaction --no-update", | 
| 62 |  | -            "composer update --prefer-stable --prefer-dist --no-interaction --no-suggest" | 
|  | 61 | +            "composer update --prefer-stable --prefer-dist --no-interaction" | 
| 63 | 62 |         ] | 
| 64 | 63 |     } | 
| 65 | 64 | } | 
0 commit comments