Skip to content

Commit 7d3e2f3

Browse files
committed
ICM: Formatted.
1 parent 9414bc7 commit 7d3e2f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"email": "dmitry.g.ivanov@gmail.com"
1010
}
1111
],
12-
"autoload": {
13-
"psr-4": {
14-
"Illuminated\\Console\\": "src/"
15-
}
16-
},
1712
"require": {
1813
"php": ">=5.4.0",
1914
"illuminate/console": "^5.2",
2015
"arvenil/ninja-mutex": "^0.5.1"
2116
},
2217
"suggest" : {
2318
"predis/predis": "Required if you want to use `redis` strategy."
19+
},
20+
"autoload": {
21+
"psr-4": {
22+
"Illuminated\\Console\\": "src/"
23+
}
2424
}
2525
}

0 commit comments

Comments
 (0)