Skip to content

Commit b65bd79

Browse files
authored
Update composer.json
Update v4 support
1 parent 64f74d9 commit b65bd79

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"name": "juzaweb/auto-deploy",
33
"description": "Automate deployment deployment using git and webhooks",
4+
"homepage": "https://juzaweb.com",
5+
"type": "juzaweb-plugin",
6+
"license": "MIT",
47
"extra": {
58
"laravel": {
69
"providers": [
710
"Juzaweb\\AutoDeploy\\Providers\\AutoDeployServiceProvider"
811
]
912
},
1013
"juzaweb": {
11-
"name": "Automate deployment",
14+
"name": "Automate Deployment",
1215
"domain": "deploy",
1316
"cms_min": "3.3",
1417
"version": "1.0"
@@ -18,5 +21,9 @@
1821
"psr-4": {
1922
"Juzaweb\\AutoDeploy\\": "src/"
2023
}
24+
},
25+
"require-dev": {
26+
"juzaweb/modules": "^1.0",
27+
"juzaweb/dev-tool": "^1.0"
2128
}
2229
}

0 commit comments

Comments
 (0)