Skip to content

Commit

Permalink
chore: downgraded to Elasticsearch v6 library due to third party lib …
Browse files Browse the repository at this point in the history
…issues

Signed-off-by: Thorsten Rinne <thorsten@phpmyfaq.de>
  • Loading branch information
thorsten committed Apr 30, 2020
1 parent e5a56b0 commit 4ddff9f
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 66 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"erusev/parsedown": "~1.0",
"erusev/parsedown-extra": "~0.8.1",
"tecnickcom/tcpdf": "~6.0",
"elasticsearch/elasticsearch": "~7.0",
"elasticsearch/elasticsearch": "~6.0",
"monolog/monolog": "~2.",
"abraham/twitteroauth": "^1.1.0",
"myclabs/deep-copy": "~1.0",
Expand Down
124 changes: 60 additions & 64 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpmyfaq/src/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// - false debug mode disabled
// - true debug mode enabled
//
define('DEBUG', false);
define('DEBUG', true);
if (DEBUG) {
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
Expand Down

0 comments on commit 4ddff9f

Please sign in to comment.