The REST Server submodule has a dependency on the Libraries module, even though Libraries has been deprecated. If you install Services and REST Server together on a Backdrop instance that doesn't already have Libraries installed, it crashes the install process with a 500 error due to a missing call to libraries_detect().
Since Libraries has been deprecated and the "spyc.php" library is packaged with the Services anyway, the Libraries dependency should be removed.
The REST Server submodule has a dependency on the Libraries module, even though Libraries has been deprecated. If you install Services and REST Server together on a Backdrop instance that doesn't already have Libraries installed, it crashes the install process with a 500 error due to a missing call to
libraries_detect().Since Libraries has been deprecated and the "spyc.php" library is packaged with the Services anyway, the Libraries dependency should be removed.