owncloud / search_elastic

Elasticsearch based full text search
https://github.com/owncloud/search_elastic
GNU General Public License v2.0
8 stars 1 forks source link

Change ruflin/elastica to lowercase in composer.json #135

Closed phil-davis closed 5 years ago

phil-davis commented 5 years ago

composer gives messages like: https://drone.owncloud.com/owncloud/search_elastic/599/1/2

Deprecation warning: require.ruflin/Elastica is invalid, it should not contain uppercase characters. Please use ruflin/elastica instead. Make sure you fix this as Composer 2.0 will error.

Change it to be ruflin/elastica and then do composer update

Note: nothing really interesting happens to composer.lock, which is "a good thing" I suppose.

codecov[bot] commented 5 years ago

Codecov Report

Merging #135 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #135   +/-   ##
=========================================
  Coverage     18.93%   18.93%           
  Complexity      268      268           
=========================================
  Files            24       24           
  Lines          1183     1183           
=========================================
  Hits            224      224           
  Misses          959      959

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5cd6697...dbd66b2. Read the comment docs.