[Scummvm-git-logs] scummvm-web master -> 0702ef8cc26f850703758af03cbf6ab4ba4f6e5a

lotharsm mail at serra.me
Thu Apr 2 06:33:29 UTC 2020


This automated email contains information about 4 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
4bcee6431f DOC: Adding prerequisite to install PHP and PECL
4fbabc2195 DOC: Indenting list two spaces to satisfy Codacy
ea87b3a586 DOC: Changing syntax of nested lists
0702ef8cc2 DATA: Changing back to the way I think this should be, since Discord is saying to ignore Codacy


Commit: 4bcee6431f8d8990eb59f0868020aebebeded33b
    https://github.com/scummvm/scummvm-web/commit/4bcee6431f8d8990eb59f0868020aebebeded33b
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2020-04-02T08:33:24+02:00

Commit Message:
DOC: Adding prerequisite to install PHP and PECL

Changed paths:
    README.md


diff --git a/README.md b/README.md
index 4f02db99..2b510e2a 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,9 @@ on how to deploy the project on a live system.
 The ScummVM website relies on several tools to install properly.
 Before installing please make sure you have the following installed:
 
+* [PHP](https://www.php.net/manual/en/install.php)
+  * After installing, run `pecl install yaml` to install the PHP YAML extension
+  * The version of PHP included with macOS doesn't include PECL, so you'll need to install a different version of PHP [through Homebrew](https://formulae.brew.sh/formula/php) or another method
 * [Composer](https://getcomposer.org/)
 * [Python & pip](https://www.python.org/) (2.7.9+/3.4+)
 * [Node.js & npm](https://nodejs.org/)


Commit: 4fbabc21953d0bfb57b3a4ca1560f76e8c035864
    https://github.com/scummvm/scummvm-web/commit/4fbabc21953d0bfb57b3a4ca1560f76e8c035864
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2020-04-02T08:33:24+02:00

Commit Message:
DOC: Indenting list two spaces to satisfy Codacy

Changed paths:
    README.md


diff --git a/README.md b/README.md
index 2b510e2a..8ac41f16 100644
--- a/README.md
+++ b/README.md
@@ -13,14 +13,14 @@ on how to deploy the project on a live system.
 The ScummVM website relies on several tools to install properly.
 Before installing please make sure you have the following installed:
 
-* [PHP](https://www.php.net/manual/en/install.php)
-  * After installing, run `pecl install yaml` to install the PHP YAML extension
-  * The version of PHP included with macOS doesn't include PECL, so you'll need to install a different version of PHP [through Homebrew](https://formulae.brew.sh/formula/php) or another method
-* [Composer](https://getcomposer.org/)
-* [Python & pip](https://www.python.org/) (2.7.9+/3.4+)
-* [Node.js & npm](https://nodejs.org/)
-* [Git](https://git-scm.com/)
-* [Glue](https://glue.readthedocs.io/en/latest/installation.html)
+  * [PHP](https://www.php.net/manual/en/install.php)
+    * After installing, run `pecl install yaml` to install the PHP YAML extension
+    * The version of PHP included with macOS doesn't include PECL, so you'll need to install a different version of PHP [through Homebrew](https://formulae.brew.sh/formula/php) or another method
+  * [Composer](https://getcomposer.org/)
+  * [Python & pip](https://www.python.org/) (2.7.9+/3.4+)
+  * [Node.js & npm](https://nodejs.org/)
+  * [Git](https://git-scm.com/)
+  * [Glue](https://glue.readthedocs.io/en/latest/installation.html)
 
 ### Installing
 


Commit: ea87b3a58658ffaa7a807dab2927216f1217de37
    https://github.com/scummvm/scummvm-web/commit/ea87b3a58658ffaa7a807dab2927216f1217de37
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2020-04-02T08:33:24+02:00

Commit Message:
DOC: Changing syntax of nested lists

Changed paths:
    README.md


diff --git a/README.md b/README.md
index 8ac41f16..cca3ed37 100644
--- a/README.md
+++ b/README.md
@@ -13,14 +13,14 @@ on how to deploy the project on a live system.
 The ScummVM website relies on several tools to install properly.
 Before installing please make sure you have the following installed:
 
-  * [PHP](https://www.php.net/manual/en/install.php)
-    * After installing, run `pecl install yaml` to install the PHP YAML extension
-    * The version of PHP included with macOS doesn't include PECL, so you'll need to install a different version of PHP [through Homebrew](https://formulae.brew.sh/formula/php) or another method
-  * [Composer](https://getcomposer.org/)
-  * [Python & pip](https://www.python.org/) (2.7.9+/3.4+)
-  * [Node.js & npm](https://nodejs.org/)
-  * [Git](https://git-scm.com/)
-  * [Glue](https://glue.readthedocs.io/en/latest/installation.html)
+* [PHP](https://www.php.net/manual/en/install.php)
+  - After installing, run `pecl install yaml` to install the PHP YAML extension
+  - The version of PHP included with macOS doesn't include PECL, so you'll need to install a different version of PHP [through Homebrew](https://formulae.brew.sh/formula/php) or another method
+* [Composer](https://getcomposer.org/)
+* [Python & pip](https://www.python.org/) (2.7.9+/3.4+)
+* [Node.js & npm](https://nodejs.org/)
+* [Git](https://git-scm.com/)
+* [Glue](https://glue.readthedocs.io/en/latest/installation.html)
 
 ### Installing
 


Commit: 0702ef8cc26f850703758af03cbf6ab4ba4f6e5a
    https://github.com/scummvm/scummvm-web/commit/0702ef8cc26f850703758af03cbf6ab4ba4f6e5a
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2020-04-02T08:33:24+02:00

Commit Message:
DATA: Changing back to the way I think this should be, since Discord is saying to ignore Codacy

Changed paths:
    README.md


diff --git a/README.md b/README.md
index cca3ed37..2b510e2a 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,8 @@ The ScummVM website relies on several tools to install properly.
 Before installing please make sure you have the following installed:
 
 * [PHP](https://www.php.net/manual/en/install.php)
-  - After installing, run `pecl install yaml` to install the PHP YAML extension
-  - The version of PHP included with macOS doesn't include PECL, so you'll need to install a different version of PHP [through Homebrew](https://formulae.brew.sh/formula/php) or another method
+  * After installing, run `pecl install yaml` to install the PHP YAML extension
+  * The version of PHP included with macOS doesn't include PECL, so you'll need to install a different version of PHP [through Homebrew](https://formulae.brew.sh/formula/php) or another method
 * [Composer](https://getcomposer.org/)
 * [Python & pip](https://www.python.org/) (2.7.9+/3.4+)
 * [Node.js & npm](https://nodejs.org/)




More information about the Scummvm-git-logs mailing list