From 0c1008789a3a913713164cce6ffe4d64ad140caf Mon Sep 17 00:00:00 2001 From: Moritz Friedrich Date: Wed, 16 Sep 2020 16:16:57 +0200 Subject: [PATCH] Fixed packages config --- composer.json | 16 ++++++---------- composer.lock | 7 ++----- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 2aef3e7..f013c41 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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" @@ -73,5 +66,8 @@ "ES": "Matchory\\Elasticsearch\\Facades\\ES" } } + }, + "config": { + "sort-packages": true } } diff --git a/composer.lock b/composer.lock index e5673c2..8b8b02a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2892bc519e019c22c64ca6e560dd4714", + "content-hash": "335d887465eb2ffd6b549aef55e1437a", "packages": [ { "name": "doctrine/inflector", @@ -5648,12 +5648,9 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.2", + "php": ">=7.3", "ext-json": "*" }, "platform-dev": [], - "platform-overrides": { - "php": "7.3" - }, "plugin-api-version": "1.1.0" }