mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:07:32 -05:00 
			
		
		
		
	Laravel 9 set minimum requirements to PHP 8.1
This commit is contained in:
		
							parent
							
								
									f1550493d2
								
							
						
					
					
						commit
						4dcb0def99
					
				@ -34,7 +34,7 @@ class SystemHealth
 | 
				
			|||||||
        'bcmath',
 | 
					        'bcmath',
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private static $php_version = 7.4;
 | 
					    private static $php_version = 8.1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Check loaded extensions / PHP version / DB Connections.
 | 
					     * Check loaded extensions / PHP version / DB Connections.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user