Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit a5a175a

Browse files
bors[bot]vonglasow
andcommitted
Merge #45
45: chore(dependencies): Move Hoa/File to require r=Hywan a=vonglasow Address #44 Co-authored-by: Alexis von Glasow <vonglasow@gmail.com>
2 parents 56fd2cb + b6e4fd3 commit a5a175a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"source": "https://central.hoa-project.net/Resource/Library/Mail"
2626
},
2727
"require": {
28-
"php" : ">=5.5.0",
29-
"hoa/consistency": "~1.0",
30-
"hoa/exception" : "~1.0",
31-
"hoa/mime" : "~3.0",
32-
"hoa/socket" : "~1.0"
28+
"php" : ">=5.5.0",
29+
"hoa/consistency" : "~1.0",
30+
"hoa/exception" : "~1.0",
31+
"hoa/mime" : "~3.0",
32+
"hoa/file" : "~1.0",
33+
"hoa/socket" : "~1.0"
3334
},
3435
"require-dev": {
35-
"hoa/file": "~1.0",
3636
"hoa/test": "~2.0"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)