File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ matrix:
1919          env : ILLUMINATE_VERSION=5.6.* TESTBENCH_VERSION=3.6.* 
2020        - php : 7.3 
2121          env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.* 
22+         - php : 7.3 
23+           env : ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.* 
2224        - php : 7.3 
2325          env : ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.* 
2426        - php : 7.3 
@@ -29,6 +31,8 @@ matrix:
2931          env : ILLUMINATE_VERSION=5.6.* TESTBENCH_VERSION=3.6.* 
3032        - php : 7.4 
3133          env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.* 
34+         - php : 7.4 
35+           env : ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.* 
3236        - php : 7.4 
3337          env : ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.* 
3438        - php : 7.4 
Original file line number Diff line number Diff line change 22
33All Notable changes to ** Laravel Localizer**  will be documented in this file.
44
5+ ## 1.3.0 (2020-09-07)  
6+ 
7+ -  Add support for Laravel 8
8+ 
59## 1.2.0 (2020-03-03)  
610
711-  Add support for Laravel 7
Original file line number Diff line number Diff line change 2323    "require" : {
2424        "php" : " ^7.1" 
2525        "codezero/browser-locale" : " ^3.0" 
26-         "illuminate/support" : " ^5.6|^6.0|^7.0" 
26+         "illuminate/support" : " ^5.6|^6.0|^7.0|^8.0 " 
2727    },
2828    "require-dev" : {
2929        "mockery/mockery" : " ^1.0" 
30-         "orchestra/testbench" : " ^3.6|^4.0|^5.0" 
30+         "orchestra/testbench" : " ^3.6|^4.0|^5.0|^6.0 " 
3131        "phpunit/phpunit" : " ^7.0|^8.0|^9.0" 
3232    },
3333    "scripts" : {
5555        "sort-packages" : true ,
5656        "optimize-autoloader" : true 
5757    },
58-     "minimum-stability" : " stable " 
58+     "minimum-stability" : " dev " 
5959    "prefer-stable" : true 
6060}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments