From c40d68f92c48bc1599397e69fcb5c57a6c33b802 Mon Sep 17 00:00:00 2001 From: "[OXID-PS] Keywan Ghadami" Date: Fri, 22 May 2020 00:07:47 +0200 Subject: [PATCH 1/2] fix composer command in documentation see also https://github.com/antlr/antlr-php-runtime --- doc/php-target.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/php-target.md b/doc/php-target.md index 75eae465c..d0f010528 100644 --- a/doc/php-target.md +++ b/doc/php-target.md @@ -15,7 +15,7 @@ generated by ANTLR4. The runtime provides a common set of tools for using your p Install the runtime with Composer: ```bash -composer install antlr/antlr4 +composer require antlr4-php-runtime ``` #### 3. Generate your parser @@ -108,4 +108,4 @@ The expected output is: {"a":1} "a":1 1 -``` \ No newline at end of file +``` From 11775efabfd6f940277421cef3a0726f63018c8f Mon Sep 17 00:00:00 2001 From: "[OXID-PS] Keywan Ghadami" Date: Fri, 22 May 2020 00:12:29 +0200 Subject: [PATCH 2/2] signing contributer agreement --- contributors.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.txt b/contributors.txt index d1c759981..1378857ee 100644 --- a/contributors.txt +++ b/contributors.txt @@ -242,4 +242,5 @@ YYYY/MM/DD, github id, Full name, email 2020/02/21, StochasticTinkr, Daniel Pitts, github@coloraura.com 2020/03/17, XsongyangX, Song Yang, songyang1218@gmail.com 2020/04/07, deniskyashif, Denis Kyashif, denis.kyashif@gmail.com -2020/04/30, TristonianJones, Tristan Swadell, tswadell@google.com \ No newline at end of file +2020/04/30, TristonianJones, Tristan Swadell, tswadell@google.com +2020/05/22, keywan-ghadami-oxid, Keywan Ghadami, keywan.ghadami@oxid-esales.com