We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7359313 commit 8f4ebdfCopy full SHA for 8f4ebdf
composer.json
@@ -16,13 +16,13 @@
16
],
17
"homepage": "https://github.com/beyondcode/helo-laravel",
18
"require": {
19
- "php": "^8.0 || ^8.1",
+ "php": "^8.0 || ^8.1 || ^8.2",
20
"illuminate/console": "^9.0 || ^10.0 || ^11.0",
21
"illuminate/mail": "^9.0 || ^10.0 || ^11.0",
22
"illuminate/view": "^9.0 || ^10.0 || ^11.0"
23
},
24
"require-dev": {
25
- "orchestra/testbench": "^5.1 || ^6.3 || ^7.0 || ^8.0 || ^9.0",
+ "orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
26
"pestphp/pest": "1.x-dev || 2.x-dev"
27
28
"minimum-stability": "dev",
0 commit comments