Clarify requirements on composer

This commit is contained in:
Florine W. Dekker 2022-11-27 15:44:23 +01:00
parent 43feaa0fed
commit 6fb88c5454
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
5 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ This tool regularly checks if people are still alive according to Wikipedia, and
* [PHP cURL](https://www.php.net/manual/en/book.curl.php) (i.e. `apt install php-curl`)
* [PHP DOM](https://www.php.net/manual/en/book.dom.php) (i.e. `apt install php-dom`)
* [PHP SQLite 3](https://www.php.net/manual/en/book.sqlite3.php) (i.e. `apt install php-sqlite3`)
* [composer](https://getcomposer.org/)
* [composer](https://getcomposer.org/) (make sure `composer.phar` is on your path)
* [npm](https://www.npmjs.com/)
### Setting up

View File

@ -1,7 +1,7 @@
{
"name": "fwdekker/death-notifier",
"description": "Get notified when a famous person dies.",
"version": "0.14.9",
"version": "0.14.10",
"_comment_version": "Also update version in `package.json`!",
"type": "project",
"license": "MIT",

BIN
composer.lock generated

Binary file not shown.

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "death-notifier",
"version": "0.14.9", "_comment_version": "Also update version in `composer.json`!",
"version": "0.14.10", "_comment_version": "Also update version in `composer.json`!",
"description": "Get notified when a famous person dies.",
"author": "Florine W. Dekker",
"browser": "dist/bundle.js",