From 5b9fa58c6ca45cab6d74728eda0de8c0145fff9f Mon Sep 17 00:00:00 2001 From: Ari Kaiy Date: Thu, 15 Feb 2018 22:33:53 +0200 Subject: [PATCH] packets in alphabetical order --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2af41265..d45aab39 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ }, "require-dev": { "filp/whoops": "~2.0", - "nunomaduro/collision": "~1.1", "fzaninotto/faker": "~1.4", "mockery/mockery": "~1.0", + "nunomaduro/collision": "~1.1", "phpunit/phpunit": "~7.0", "symfony/thanks": "~1.0" },