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:
Tony Murray
2018-09-19 18:05:10 -05:00
committed by Neil Lathwood
parent 1a89e27de7
commit daec72f8a0
3 changed files with 413 additions and 420 deletions

View File

@@ -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;