File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,9 @@ vendor/bin/phpunit
132
132
Changelog
133
133
---------
134
134
135
+ 3.4.0
136
+ * Laravel 10.0 support
137
+
135
138
3.3.0
136
139
* Laravel 9.0 support
137
140
Original file line number Diff line number Diff line change 11
11
"license" : " MIT" ,
12
12
"require" : {
13
13
"php" : " >=5.4.0|>=8.0.2" ,
14
- "illuminate/console" : " 5.*|^6.0|^7.0|^8.0|^9.0" ,
15
- "illuminate/support" : " 5.*|^6.0|^7.0|^8.0|^9.0"
14
+ "illuminate/console" : " 5.*|^6.0|^7.0|^8.0|^9.0|^10.0 " ,
15
+ "illuminate/support" : " 5.*|^6.0|^7.0|^8.0|^9.0|^10.0 "
16
16
},
17
17
"require-dev" : {
18
18
"phpunit/phpunit" : " 6.*|7.*|8.*|9.*" ,
19
- "orchestra/testbench" : " 3.*|4.*|5.*|6.*|7.*" ,
19
+ "orchestra/testbench" : " 3.*|4.*|5.*|6.*|7.*|8.* " ,
20
20
"mockery/mockery" : " ^1.0"
21
21
},
22
22
"autoload" : {
50
50
" Laravel 6.0" ,
51
51
" Laravel 7.0" ,
52
52
" Laravel 8.0" ,
53
- " Laravel 9.0"
53
+ " Laravel 9.0" ,
54
+ " Laravel 10.0"
54
55
],
55
56
"laravel" : {
56
57
"providers" : [
You can’t perform that action at this time.
0 commit comments