File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,6 +132,9 @@ vendor/bin/phpunit
132132Changelog
133133---------
134134
135+ 3.4.0
136+ * Laravel 10.0 support
137+
1351383.3.0
136139* Laravel 9.0 support
137140
Original file line number Diff line number Diff line change 1111 "license" : " MIT" ,
1212 "require" : {
1313 "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 "
1616 },
1717 "require-dev" : {
1818 "phpunit/phpunit" : " 6.*|7.*|8.*|9.*" ,
19- "orchestra/testbench" : " 3.*|4.*|5.*|6.*|7.*" ,
19+ "orchestra/testbench" : " 3.*|4.*|5.*|6.*|7.*|8.* " ,
2020 "mockery/mockery" : " ^1.0"
2121 },
2222 "autoload" : {
5050 " Laravel 6.0" ,
5151 " Laravel 7.0" ,
5252 " Laravel 8.0" ,
53- " Laravel 9.0"
53+ " Laravel 9.0" ,
54+ " Laravel 10.0"
5455 ],
5556 "laravel" : {
5657 "providers" : [
You can’t perform that action at this time.
0 commit comments