Skip to content

Commit 8f4ebdf

Browse files
committed
cleanup compose.json
1 parent 7359313 commit 8f4ebdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
],
1717
"homepage": "https://github.com/beyondcode/helo-laravel",
1818
"require": {
19-
"php": "^8.0 || ^8.1",
19+
"php": "^8.0 || ^8.1 || ^8.2",
2020
"illuminate/console": "^9.0 || ^10.0 || ^11.0",
2121
"illuminate/mail": "^9.0 || ^10.0 || ^11.0",
2222
"illuminate/view": "^9.0 || ^10.0 || ^11.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^5.1 || ^6.3 || ^7.0 || ^8.0 || ^9.0",
25+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
2626
"pestphp/pest": "1.x-dev || 2.x-dev"
2727
},
2828
"minimum-stability": "dev",

0 commit comments

Comments
 (0)