Skip to content

Commit 462be2f

Browse files
committed
move composer.json
1 parent b3838f7 commit 462be2f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "daverdalas/laravel-post-deploy-commands",
3+
"authors": [
4+
{
5+
"name": "Piotr Suchanek",
6+
"email": "hunterdaver@gmail.com"
7+
}
8+
],
9+
"minimum-stability": "dev",
10+
"require": {},
11+
"extra": {
12+
"laravel": {
13+
"providers": [
14+
"DaverDalas\\LaravelPostDeployCommands\\ServiceProvider"
15+
]
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)