-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
36 lines (34 loc) · 803 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "michelmelo/mm-laravel-auto-git-pull",
"description": "MM Laravel Auto :: Git Pull",
"homepage": "https://github.com/michelmelo/mm-laravel-auto-git-pull",
"keywords": [
"laravel",
"auto",
"git",
"pull"
],
"license": "NONE",
"authors": [
{
"name": "Michel Melo",
"email": "[email protected]",
"role": "Developer",
"homepage": "https://michelmelo.pt"
}
],
"require": {
"php": ">=7.0.0",
"phpseclib/phpseclib": ">=2.0"
},
"require-dev": {},
"config": {
"optimize-autoloader": true,
"minimum-stability": "dev"
},
"autoload": {
"psr-0": {
"MichelMelo\\MMAutoGitPull": "src/"
}
}
}