mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Move ext-mysqlnd to suggested for now (even though it is actually required) (#9229)
* Move ext-mysqlnd to suggested for now (even though it is actually required) Remove extra dependency version locks, they are more trouble than they are worth. I just run composer with php 5.6 when updating composer.lock. Update dependencies. * Trigger full build on composer updates * Update composer.json
This commit is contained in:
committed by
Neil Lathwood
parent
1a89e27de7
commit
daec72f8a0
@@ -34,6 +34,10 @@ foreach ($changed_files as $file) {
|
||||
$map['bash']++;
|
||||
}
|
||||
|
||||
if ($file == 'composer.lock') {
|
||||
$map['php']++; // cause full tests to run
|
||||
}
|
||||
|
||||
// check if os owned file or generic php file
|
||||
if (!empty($os_name = os_from_file($file))) {
|
||||
$map['os'][] = $os_name;
|
||||
|
Reference in New Issue
Block a user