Skip to content

Commit

Permalink
Fixed packages config
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiergummi committed Sep 16, 2020
1 parent 83a1c59 commit 0c10087
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
16 changes: 6 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"php": ">=7.3",
"ext-json": "*",
"elasticsearch/elasticsearch": "^5.0|^6.0",
"symfony/var-dumper": "*",
"monolog/monolog": "^2.1",
"illuminate/pagination": "^8.3",
"illuminate/support": "^8.3",
"illuminate/pagination": "^8.3"
"monolog/monolog": "^2.1",
"symfony/var-dumper": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand All @@ -58,13 +58,6 @@
"laravel/scout": "^8.3"
},
"extra": {
"foo": {
"illuminate/pagination": "^8.3",
"illuminate/support": "^8.3",
"illuminate/database": "^8.2",
"illuminate/contracts": "^8.3",
"laravel/scout": "^8.3"
},
"laravel": {
"providers": [
"Matchory\\Elasticsearch\\ElasticsearchServiceProvider"
Expand All @@ -73,5 +66,8 @@
"ES": "Matchory\\Elasticsearch\\Facades\\ES"
}
}
},
"config": {
"sort-packages": true
}
}
7 changes: 2 additions & 5 deletions composer.lock

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

0 comments on commit 0c10087

Please sign in to comment.