Skip to content

Commit a68b623

Browse files
committed
Remove Elasticsearch from composer.json for older php versions
1 parent 1ded0da commit a68b623

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"crate/crate-dbal":"*",
2525
"crate/crate-pdo":">=0.6.0",
2626
"slim/csrf": "^0.8.1",
27-
"guzzlehttp/guzzle": "~6.0",
28-
"elasticsearch/elasticsearch": "~5.0"
27+
"guzzlehttp/guzzle": "~6.0"
2928
},
3029

3130
"autoload": {

public/js/scripts/controllers/DashboardController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ angular.module('Statusengine')
1212
layout: 'topRight',
1313
type: type, // success, error, warning, information, notification
1414
text: String(number) + ' ' + objectType + ' changed to state ' + state,
15-
timeout: 2500,
15+
timeout: 7500,
1616
animation: {
1717
open: 'animated flipInX',
1818
close: 'animated flipOutX'

0 commit comments

Comments
 (0)