File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44
44
"illuminate/log" : " ^11.0" ,
45
45
"dragonmantank/cron-expression" : " ^3.1" ,
46
46
"nikic/fast-route" : " ^1.3" ,
47
- "symfony/console" : " ^6.1 " ,
48
- "symfony/error-handler" : " ^6.1 " ,
49
- "symfony/http-kernel" : " ^6.1 " ,
50
- "symfony/http-foundation" : " ^6.1 " ,
51
- "symfony/mime" : " ^6.1 " ,
52
- "symfony/var-dumper" : " ^6.1 " ,
47
+ "symfony/console" : " ^7.0 " ,
48
+ "symfony/error-handler" : " ^7.0 " ,
49
+ "symfony/http-kernel" : " ^7.0 " ,
50
+ "symfony/http-foundation" : " ^7.0 " ,
51
+ "symfony/mime" : " ^7.0 " ,
52
+ "symfony/var-dumper" : " ^7.0 " ,
53
53
"vlucas/phpdotenv" : " ^5.4.1"
54
54
},
55
55
"require-dev" : {
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ public function bootstrapRouter()
169
169
*/
170
170
public function version ()
171
171
{
172
- return 'Lumen (11.0.0-dev ) (Laravel Components ^11.0) ' ;
172
+ return 'Lumen (11.0.0) (Laravel Components ^11.0) ' ;
173
173
}
174
174
175
175
/**
Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ public function testBatchesTableCommandIsRegistered()
776
776
$ app ->register (ConsoleServiceProvider::class);
777
777
$ command = $ app ->make ('command.queue.batches-table ' );
778
778
$ this ->assertNotNull ($ command );
779
- $ this ->assertEquals ('queue: batches-table ' , $ command ->getName ());
779
+ $ this ->assertEquals ('make:queue- batches-table ' , $ command ->getName ());
780
780
}
781
781
782
782
public function testHandlingCommandsTerminatesApplication ()
You can’t perform that action at this time.
0 commit comments