File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "require" : {
77 "php" : " >=5.6.0" ,
8- "illuminate/support" : " 5.0.x|5.1.x|5.2.x|5.3.x " ,
9- "illuminate/console" : " 5.0.x|5.1.x|5.2.x|5.3.x " ,
10- "illuminate/filesystem" : " 5.0.x|5.1.x|5.2.x|5.3.x " ,
8+ "illuminate/support" : " ^ 5.0" ,
9+ "illuminate/console" : " ^ 5.0" ,
10+ "illuminate/filesystem" : " ^ 5.0" ,
1111 "symfony/class-loader" : " ^2.3|3.*" ,
1212 "doctrine/dbal" : " ~2.3"
1313 },
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function boot()
3333 */
3434 public function register ()
3535 {
36- $ this ->app [ 'command.test-factory-helper.generate ' ] = $ this -> app -> share (
36+ $ this ->app -> bind ( 'command.test-factory-helper.generate ' ,
3737 function ($ app ) {
3838 return new GenerateCommand ($ app ['files ' ], $ app ['view ' ]);
3939 }
You can’t perform that action at this time.
0 commit comments