File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4444 - name : Tests
4545 run : make tests
4646 env :
47- ELASTICSEARCH_HOST : localhost:9200
47+ ELASTICSEARCH_HOST : http:// localhost:9200
Original file line number Diff line number Diff line change 1818 "ext-curl" : " *" ,
1919 "phpstan/phpstan" : " ^1.11.3" ,
2020 "nette/tester" : " v2.3.1" ,
21- "elasticsearch/elasticsearch" : " ^7 " ,
22- "guzzlehttp/guzzle" : " ^6.3 " ,
21+ "elasticsearch/elasticsearch" : " ^9.0.0 " ,
22+ "guzzlehttp/guzzle" : " ^7.0 " ,
2323 "slevomat/coding-standard" : " ^8.0"
2424 },
2525 "autoload" : {
3434 },
3535 "config" : {
3636 "allow-plugins" : {
37- "dealerdirect/phpcodesniffer-composer-installer" : true
37+ "dealerdirect/phpcodesniffer-composer-installer" : true ,
38+ "php-http/discovery" : true
3839 }
3940 },
4041 "brach-alias" : {
Original file line number Diff line number Diff line change 2020\date_default_timezone_set ('Europe/Prague ' );
2121
2222// Elasticsearch host configuration (can be overridden via environment variable)
23- \define ('ELASTICSEARCH_HOST ' , \getenv ('ELASTICSEARCH_HOST ' ) ?: 'localhost:9200 ' );
23+ \define ('ELASTICSEARCH_HOST ' , \getenv ('ELASTICSEARCH_HOST ' ) ?: 'http:// localhost:9200 ' );
2424
2525return $ loader ;
You can’t perform that action at this time.
0 commit comments