Skip to content

Commit b33954d

Browse files
committed
Update
1 parent f79123e commit b33954d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Please check the table below for supported Laravel and PHP versions:
3232
| 6.x | 7.4 or 8.0
3333
| 7.x | 7.4 or 8.0
3434
| 8.x | 7.4 or 8.0
35-
| 9.x | 8.0 or 8.1
35+
| 9.x | 8.0 or 8.1 or 8.2
36+
| 10.x | 8.1 or 8.2
3637

3738
# Installation
3839

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"require-dev": {
1616
"mockery/mockery": "^1.5",
17-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0"
17+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)