Skip to content
This repository was archived by the owner on Feb 13, 2022. It is now read-only.

Commit 4a46844

Browse files
committed
Add composer.json
1 parent b46581c commit 4a46844

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

composer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "laravel-shift/console",
3+
"type": "library",
4+
"description": "A set of commands to keep your Laravel applications fresh.",
5+
"keywords": [
6+
"framework",
7+
"laravel"
8+
],
9+
"license": "MIT",
10+
"require": {
11+
"illuminate/console": "^6.0",
12+
"illuminate/support": "^6.0"
13+
},
14+
"autoload": {
15+
"psr-4": {
16+
"Shift\\": "src/"
17+
}
18+
},
19+
"extra": {
20+
"laravel": {
21+
"providers": [
22+
"Shift\\ServiceProvider"
23+
]
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)