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 2020        "wiki" : " https://github.com/uepg/laravel-sybase/wiki" 
2121    },
2222    "require" : {
23-         "php" : " ^5.6.4 || ^7.0 || ^8.0 "  ,
23+         "php" : " >=5.5.9 <7.4 "  ,
2424        "doctrine/dbal" : " ^2.5"  ,
25-         "illuminate/database" : " 5.4 .*|5.5 .*|5.6 .*|5.7 .*|5.8 .*|6.*|7.*|8.*|9 .*"  ,
26-         "illuminate/support" : " 5.4 .*|5.5 .*|5.6 .*|5.7 .*|5.8 .*|6.*|7.*|8.*|9 .*" 
25+         "illuminate/database" : " 5.1 .*|5.2 .*|5.3 .*|5.4 .*|5.5 .*|5. 6.*|5. 7.*|5. 8.*|6.*|7 .*"  ,
26+         "illuminate/support" : " 5.1 .*|5.2 .*|5.3 .*|5.4 .*|5.5 .*|5. 6.*|5. 7.*|5. 8.*|6.*|7 .*" 
2727    },
2828    "extra" : {
2929        "laravel" : {
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public function configureExtraSettings($config = [])
8383                throw  new  \Exception ('When application encoding is configured, you need to set up application_charset and database_charset ' );
8484            }
8585            $ this  ->applicationCharset  = $ config ['application_charset ' ];
86-             $ this  ->databaseCharset  = $ config ['charset ' ];
86+             $ this  ->databaseCharset  = $ config ['database_charset ' ];
8787        }
8888    }
8989
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments