From b6e4fd34f33a19f30fb66237e7ea8136dbc000a6 Mon Sep 17 00:00:00 2001 From: Alexis von Glasow Date: Wed, 5 Sep 2018 09:48:30 +0200 Subject: [PATCH] chore(dependencies): Move Hoa/File to require --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index fae0fa2..560d73c 100644 --- a/composer.json +++ b/composer.json @@ -25,14 +25,14 @@ "source": "https://central.hoa-project.net/Resource/Library/Mail" }, "require": { - "php" : ">=5.5.0", - "hoa/consistency": "~1.0", - "hoa/exception" : "~1.0", - "hoa/mime" : "~3.0", - "hoa/socket" : "~1.0" + "php" : ">=5.5.0", + "hoa/consistency" : "~1.0", + "hoa/exception" : "~1.0", + "hoa/mime" : "~3.0", + "hoa/file" : "~1.0", + "hoa/socket" : "~1.0" }, "require-dev": { - "hoa/file": "~1.0", "hoa/test": "~2.0" }, "autoload": {