From 6fb88c54549deb35eb8ea640d5199d79cf3a2b9f Mon Sep 17 00:00:00 2001 From: "Florine W. Dekker" Date: Sun, 27 Nov 2022 15:44:23 +0100 Subject: [PATCH] Clarify requirements on composer --- README.md | 2 +- composer.json | 2 +- composer.lock | Bin 77196 -> 77196 bytes package-lock.json | Bin 226174 -> 226176 bytes package.json | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9990e3..b96eb77 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index c231225..db87f8a 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 18f92a6f8d9272672507fa9dac7f85130acadccd..03639c09a137af9fcc570d6f82f6622da7bd1f7d 100644 GIT binary patch delta 51 zcmeCV&C+w5WrHxIf@zX*YI2f=rKzz&qGgJiX|i#mnWb5hrCF+(Nt&6Nd9yL&c4J1y GNF4y5vJQ>_ delta 51 zcmeCV&C+w5WrHxIf`NsFMY3g*nVF@fd0MhzT2hLcp_!?%MWT7KnYoFvQL{1Qc4J1y GNF4x_xDGM^ diff --git a/package-lock.json b/package-lock.json index 3d8d0a1f0e23a8000ec99c298d637152f885186b..eb2bfe9379a08c4cdab56d44f4f16391a1f90664 100644 GIT binary patch delta 32 ocmezOjJM%A?*vmOLxYKC)20`xG6^-_ZN1CbdY5VIUFL;F0OkY@`Tzg` delta 32 ocmZp8&in5f?*vmu%ZcXG7%e9!N(nbUYJJ4m`iN=kBj$NU0OR}(`~Uy| diff --git a/package.json b/package.json index c9bc262..ed5d70e 100644 --- a/package.json +++ b/package.json @@ -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",