File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "illuminate/console" : " 5.7.*|5. 8.*|^6.0" ,
15- "illuminate/support" : " 5.7.*|5. 8.*|^6.0" ,
16- "illuminate/filesystem" : " 5.7.*|5. 8.*|^6.0"
14+ "illuminate/console" : " 5.8.*|^6.0|^7 .0" ,
15+ "illuminate/support" : " 5.8.*|^6.0|^7 .0" ,
16+ "illuminate/filesystem" : " 5.8.*|^6.0|^7 .0"
1717 },
1818 "autoload" : {
1919 "psr-4" : {
2424 ]
2525 },
2626 "require-dev" : {
27- "phpunit/phpunit" : " ^7.5 " ,
27+ "phpunit/phpunit" : " ^8.0 " ,
2828 "mockery/mockery" : " ^1.2" ,
29- "orchestra/testbench" : " ^3.7 "
29+ "orchestra/testbench" : " ^3.8 "
3030 },
3131 "extra" : {
3232 "laravel" : {
Original file line number Diff line number Diff line change 88
99class GeneratorCommandServiceProviderTest extends TestCase
1010{
11- public function tearDown ()
11+ public function tearDown (): void
1212 {
1313 m::close ();
1414 }
You can’t perform that action at this time.
0 commit comments