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 f79123e commit b33954dCopy full SHA for b33954d
README.md
@@ -32,7 +32,8 @@ Please check the table below for supported Laravel and PHP versions:
32
| 6.x | 7.4 or 8.0
33
| 7.x | 7.4 or 8.0
34
| 8.x | 7.4 or 8.0
35
-| 9.x | 8.0 or 8.1
+| 9.x | 8.0 or 8.1 or 8.2
36
+| 10.x | 8.1 or 8.2
37
38
# Installation
39
composer.json
@@ -14,7 +14,7 @@
14
},
15
"require-dev": {
16
"mockery/mockery": "^1.5",
17
- "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0"
+ "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
18
19
"autoload": {
20
"psr-4": {
0 commit comments