rvolz / BicBucStriim

BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos -- but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.
Other
408 stars 73 forks source link

Define all required modules in composer.json #381

Closed cweiske closed 1 year ago

cweiske commented 2 years ago

"composer check-platform-reqs" can be used to verify if all PHP extensions are installed.

installcheck.php now uses composer.json to obtain the list of required PHP extensions, so there is only one source of truth.

Resolves: https://github.com/rvolz/BicBucStriim/issues/301