From 399a63f8a00c539c39e8c999150953584ff48b27 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Tue, 19 Jun 2018 14:30:11 +0200 Subject: [PATCH] Sort packages --- composer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4fb6f1fb6..b46776679 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ ], "require": { "php": ">=5.5.0", - "tecnickcom/tcpdf": "^6.2.12", - "zendframework/zendframework1": "^1.12", "phpoffice/phpexcel": "1.8.*", - "tinybutstrong/tinybutstrong": "^3.10" + "tecnickcom/tcpdf": "^6.2.12", + "tinybutstrong/tinybutstrong": "^3.10", + "zendframework/zendframework1": "^1.12" }, "require-dev": { "phpunit/phpunit": "3.7.*", @@ -33,6 +33,7 @@ ] }, "config": { - "vendor-dir": "libraries" + "vendor-dir": "libraries", + "sort-packages": true } }