Skip to content

Commit b28acf7

Browse files
committed
ICL: Composer json added.
1 parent 5025673 commit b28acf7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "illuminated/console-logger",
3+
"description": "Provides logging and email notifications for Laravel console commands.",
4+
"keywords": ["laravel", "console", "command", "logger", "notification", "email"],
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Dmitry Ivanov",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"require": {
13+
"php": ">=5.4.0",
14+
"illuminate/console": "^5.2"
15+
},
16+
"autoload": {
17+
"psr-4": {
18+
"Illuminated\\Console\\": "src/"
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)