File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ matrix:
1313          env : ILLUMINATE_VERSION=5.8.* TESTBENCH_VERSION=3.8.* 
1414        - php : 7.2 
1515          env : ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.* 
16+         - php : 7.3 
17+           env : ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.* 
1618        - php : 7.3 
1719          env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.* 
1820        - php : 7.3 
@@ -21,6 +23,8 @@ matrix:
2123          env : ILLUMINATE_VERSION=5.8.* TESTBENCH_VERSION=3.8.* 
2224        - php : 7.3 
2325          env : ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.* 
26+         - php : 7.4 
27+           env : ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.* 
2428        - php : 7.4 
2529          env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.* 
2630        - php : 7.4 
Original file line number Diff line number Diff line change 1717    "require" : {
1818        "php" : " ^7.1" 
1919        "codezero/dotenv-updater" : " ^1.1" 
20-         "illuminate/support" : " ^5.7|^6.0|^7.0" 
20+         "illuminate/support" : " ^5.7|^6.0|^7.0|^8.0 " 
2121    },
2222    "require-dev" : {
23-         "orchestra/testbench" : " ^3.7|^4.0|^5.0" 
23+         "orchestra/testbench" : " ^3.7|^4.0|^5.0|^6.0 " 
2424        "phpunit/phpunit" : " ^7.0|^8.0|^9.0" 
2525    },
2626    "scripts" : {
4848        "sort-packages" : true ,
4949        "optimize-autoloader" : true 
5050    },
51-     "minimum-stability" : " stable " 
51+     "minimum-stability" : " dev " 
5252    "prefer-stable" : true 
5353}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments